InfiniteAdaptiveGaussKronrod Properties |
The InfiniteAdaptiveGaussKronrod type exposes the following members.
Name | Description | |
---|---|---|
Area |
Gets the numerically computed result of the
definite integral for the specified function.
| |
Error |
Gets the integration error for the
computed Area value.
| |
Function |
Gets or sets the function to be differentiated.
| |
FunctionEvaluations |
Gets the number of function evaluations performed in
the last call to the Compute method.
| |
Range |
Gets or sets the input range under
which the integral must be computed.
| |
Status |
Get the exit code returned in the last call to the
Compute method.
| |
Subintervals |
Get the maximum number of subintervals to be utilized in the
partition of the integration interval.
| |
ToleranceAbsolute |
Desired absolute accuracy. If set to zero, this parameter
will be ignored and only other requisites will be taken
into account. Default is zero.
| |
ToleranceRelative |
Desired relative accuracy. If set to zero, this parameter
will be ignored and only other requisites will be taken
into account. Default is 1e-3.
|