The default step direction tolerance. The algorithm will terminate when the magnitude of the direction vector used in going from the current iterate to its next value is less than twice this value.

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

Syntax

C#
public static readonly double DefaultStepDirectionTolerance
Visual Basic (Declaration)
Public Shared ReadOnly DefaultStepDirectionTolerance As Double
Visual C++
public:
static initonly double DefaultStepDirectionTolerance

See Also