Click or drag to resize

GaussKronrod87Integrator Methods

The GaussKronrod87Integrator type exposes the following members.

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