The default tolerance used to determine convergence of the algorithm shared by all instances of DoubleIterativelyReweightedLeastSq. Instance where the tolerance is not explicitly set by the user will use this value.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static double DEFAULT_TOLERANCE
Visual Basic (Declaration)
Public Shared DEFAULT_TOLERANCE As Double
Visual C++
public:
static double DEFAULT_TOLERANCE

See Also