![]() | BairstowRootFinderSolveResultStatus Enumeration |
Namespace: CenterSpace.NMath.Core
Member name | Value | Description | |
---|---|---|---|
Converged | 0 | Iteration converged with the step size less than the specified tolerance. | |
MaxIterationExceeded | 1 | Specified number of iterations was exceeded before step size met the specified tolerance | |
NewtonSystemSingular | 2 | Application of Newtons method for root finding during an iteration failed. | |
Unknown | 3 | Failed for an unknown reason. |
Copyright © 2022 CenterSpace Software, LLC. All rights reserved.