Click or drag to resize

GaussKronrod21Integrator Methods

The GaussKronrod21Integrator type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this integrator.
Protected methodGetGauss10PointEstimate Gets the 10 point Gauss Quadrature estimate of the integral of the function.
Protected methodInitialEstimate Calculates the Kronrod 21 point integral approximation and initializes instance data.
Protected methodIntegrate(OneVariableFunction, DoubleVector, DoubleVector) Uses the Gauss Kronrod algorithm to integrate the specified function using the specified nodes and weights.
Public methodIntegrate(OneVariableFunction, Double, Double) Estimates the integral of the specified function over the specified interval.
Protected methodRescaleError Rescales the absolute error estimate to a relative one.
Protected methodTranslate Function that maps translates points to the integral of integration.
Top
See Also