![]() | Gauss |
The GaussKronrod21Integrator type exposes the following members.
Name | Description | |
---|---|---|
![]() | absFunctionEstimate_ | Value if the integral of the absolute value of the integrand. |
![]() | absScaledFunctionEstimate_ | Value of the integral of the absolute value of the integrand minus the estimate of the integrands integral. |
![]() | functionValueAtCenter_ | Value of the integrand at the center of the interval. |
![]() | functionValues_ | Saved function values. |
![]() | intervalCenter_ | The center of the integration interval. |
![]() | intervalHalfLength_ | Half length of the integration interval. |
![]() ![]() | nodesG10_ | Nodes for Gauss 10 point quadrature. |
![]() ![]() | nodesGK21_ | Nodes for Gauss Kronrod 21 point quadrature. |
![]() | previousEstimate_ | The integral approximation calculated using the Gauss 10-point rule. |
![]() ![]() | previousEstimateName | |
![]() | relativeErrorEstimate_ | Estimate of the relative error. |
![]() ![]() | relativeErrorEstimateName | |
![]() ![]() | weightsG10_ | Weights for Gauss 10 point quadrature. |
![]() ![]() | weightsGK21_ | Weights for Gauss Kronrod 21 point quadrature. |