Click or drag to resize

NewtonRaphsonParameterCalcTolerance Property

Gets and sets the tolerance used to determine convergence of the algorithm. The algorithm is judged converged when the norm of the solution change is less than Tolerance * max(B), where max(B) is the magnitude of the largest solution component. Default value is 1e-8.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Tolerance { get; set; }

Property Value

Double
See Also