Click or drag to resize

GaussKronrod87Integrator Fields

The GaussKronrod87Integrator type exposes the following members.

Fields
 NameDescription
Protected fieldabsFunctionEstimate_ Value if the integral of the absolute value of the integrand.
(Inherited from GaussKronrod21Integrator)
Protected fieldabsScaledFunctionEstimate_ Value of the integral of the absolute value of the integrand minus the estimate of the integrands integral.
(Inherited from GaussKronrod21Integrator)
Protected fieldfunctionValueAtCenter_ Value of the integrand at the center of the interval.
(Inherited from GaussKronrod21Integrator)
Protected fieldfunctionValues_ Saved function values.
(Inherited from GaussKronrod21Integrator)
Protected fieldintervalCenter_ The center of the integration interval.
(Inherited from GaussKronrod21Integrator)
Protected fieldintervalHalfLength_ Half length of the integration interval.
(Inherited from GaussKronrod21Integrator)
Protected fieldStatic membernodesGK87_ Additional nodes for Gauss Kronrod 87 point quadrature.
Protected fieldpreviousEstimate_ The integral approximation calculated using the Gauss 10-point rule.
(Inherited from GaussKronrod21Integrator)
Protected fieldrelativeErrorEstimate_ Estimate of the relative error.
(Inherited from GaussKronrod21Integrator)
Protected fieldStatic memberweightsGK87_ Additional weights for Gauss Kronrod 87 point quadrature.
Top
See Also