Interface | Description |
---|---|
Integrand |
An Integrand keeps a function to integrate, borders and the history of
integration.
|
Class | Description |
---|---|
AbstractIntegrand |
Abstract AbstractIntegrand class.
|
DistributionSampler |
DistributionSampler class.
|
GaussRuleIntegrator |
GaussRuleIntegrator class.
|
Integrator<T extends Integrand> |
Abstract Integrator class.
|
IntegratorFactory | |
IterativeUnivariateIntegrator<T extends UnivariateIntegrand> |
Iterative integrator based on any UnivariateIntegrator
|
MonteCarloIntegrand |
MonteCarloIntegrand class.
|
MonteCarloIntegrator |
MonteCarloIntegrator class.
|
RiemanIntegrator |
GaussRuleIntegrator class.
|
Sample |
Sample class.
|
Sampler |
Abstract Sampler class.
|
UnivariateIntegrand |
UnivariateIntegrand class.
|
UnivariateIntegrator<T extends UnivariateIntegrand> |
General ancestor for univariate integrators
|
Enum | Description |
---|---|
GaussRuleIntegrator.IntegratorType |
Exception | Description |
---|---|
IncompatibleIntegrandException |
IncompatibleIntegrandException class.
|