Click or drag to resize
Accord.NET (logo)

NonAdaptiveGaussKronrod Properties

The NonAdaptiveGaussKronrod type exposes the following members.

Properties
  NameDescription
Public propertyArea
Gets the numerically computed result of the definite integral for the specified function.
Public propertyError
Gets the integration error for the computed Area value.
Public propertyFunction
Gets or sets the function to be differentiated.
Public propertyFunctionEvaluations
Gets the number of function evaluations performed in the last call to the Compute method.
Public propertyRange
Gets or sets the input range under which the integral must be computed.
Public propertyStatus
Get the exit code returned in the last call to the Compute method.
Public propertyToleranceAbsolute
Desired absolute accuracy. If set to zero, this parameter will be ignored and only other requisites will be taken into account. Default is zero.
Public propertyToleranceRelative
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.
Top
See Also