Click or drag to resize

BairstowRootFinderSolveResultStatus Enumeration

Status values indicating why iteration was terminated.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum Status
Members
Member nameValueDescription
Converged0 Iteration converged with the step size less than the specified tolerance.
MaxIterationExceeded1 Specified number of iterations was exceeded before step size met the specified tolerance
NewtonSystemSingular2 Application of Newtons method for root finding during an iteration failed.
Unknown3 Failed for an unknown reason.
See Also