The GaussKronrod87Integrator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GaussKronrod87Integrator |
Default constructor. Constructs a GaussKronrod87Integrator instance
that can be used to integrate a function.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this integrator.
(Overrides GaussKronrod43Integrator..::.Clone()()().) | |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Integrate |
Estimates the integral of the specified function over the specified
interval.
(Overrides GaussKronrod43Integrator..::.Integrate(OneVariableFunction, Double, Double).) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| PreviousEstimate |
Gets the integral approximation calculated using the Gauss 10-point rule.
(Inherited from GaussKronrod21Integrator.) | |
| RelativeErrorEstimate |
Gets an estimate of the relative error for the integral approximation.
(Inherited from GaussKronrod21Integrator.) |