Click or drag to resize
Accord.NET (logo)

NonAdaptiveGaussKronrodStatus Enumeration

Status codes for the NonAdaptiveGaussKronrod integration method.

Namespace:  Accord.Math.Integration
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public enum NonAdaptiveGaussKronrodStatus
Members
  Member nameValueDescription
Success0 The integration calculation has been completed with success. The obtained result is under the selected convergence criteria.
MaximumSteps1 Maximum number of steps has been reached.
See Also