Click or drag to resize

GaussKronrod21Integrator Fields

The GaussKronrod21Integrator type exposes the following members.

Fields
 NameDescription
Protected fieldabsFunctionEstimate_ Value if the integral of the absolute value of the integrand.
Protected fieldabsScaledFunctionEstimate_ Value of the integral of the absolute value of the integrand minus the estimate of the integrands integral.
Protected fieldfunctionValueAtCenter_ Value of the integrand at the center of the interval.
Protected fieldfunctionValues_ Saved function values.
Protected fieldintervalCenter_ The center of the integration interval.
Protected fieldintervalHalfLength_ Half length of the integration interval.
Protected fieldStatic membernodesG10_ Nodes for Gauss 10 point quadrature.
Protected fieldStatic membernodesGK21_ Nodes for Gauss Kronrod 21 point quadrature.
Protected fieldpreviousEstimate_ The integral approximation calculated using the Gauss 10-point rule.
Protected fieldStatic memberpreviousEstimateName 
Protected fieldrelativeErrorEstimate_ Estimate of the relative error.
Protected fieldStatic memberrelativeErrorEstimateName 
Protected fieldStatic memberweightsG10_ Weights for Gauss 10 point quadrature.
Protected fieldStatic memberweightsGK21_ Weights for Gauss Kronrod 21 point quadrature.
Top
See Also