![]() | Gauss |
The GaussKronrod21Integrator type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this integrator. |
![]() | GetGauss10PointEstimate | Gets the 10 point Gauss Quadrature estimate of the integral of the function. |
![]() | InitialEstimate | Calculates the Kronrod 21 point integral approximation and initializes instance data. |
![]() | Integrate(OneVariableFunction, DoubleVector, DoubleVector) | Uses the Gauss Kronrod algorithm to integrate the specified function using the specified nodes and weights. |
![]() | Integrate(OneVariableFunction, Double, Double) | Estimates the integral of the specified function over the specified interval. |
![]() | RescaleError | Rescales the absolute error estimate to a relative one. |
![]() | Translate | Function that maps translates points to the integral of integration. |