 | BairstowRootFinderTolerance Field |
Iteration terminates with a converged status if the step length falls
below this value.
In moving from iterative step n to n + 1, the step length is defined as
StepLength = sqrt((u(n) - u(n+1))^2 + (v(n) - v(n+1))^2)
where un and vn are the coefficients in the quadratic
x^2 + u(n)*x + v(n)
at the nth step.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
SyntaxPublic Tolerance As Double
val mutable Tolerance: float
Field Value
Double
See Also