Click or drag to resize

GaussKronrod43Integrator Fields

The GaussKronrod43Integrator 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 membernodesGK43_ Additional nodes for Gauss Kronrod 43 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 memberweightsGK43_ Additional weights for Gauss Kronrod 43 point quadrature.
Top
See Also