| Interface | Description |
|---|---|
| Function |
An interface for functions to be integrated
|
| Integrator |
An interface for classes performing numeric integration
|
| Class | Description |
|---|---|
| AIntegrator |
Abstract class for numeric integration
|
| DummyFunction |
Dummy function
|
| MonteCarloSimpleIntegrator |
Monte Carlo integratoin
|
| RandomisedIntegrator |
Common class to the randomised integration
|
| SimpleIntegrator |
Simple integration with a uniform sequence.
|
| SimpsonsIntegrator |
Performs numerical integration using Simpsons rule
|
| TrapezoidalIntegrator |
Trapezoidal integration
|
| UnivariateIntegratorWrapper |
Copyright © 2020. All rights reserved.