Gets and sets the solution tolerance. Iteration will stop when the L2 norm of the step size falls below this value.

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

Syntax

C#
public double SolutionDeltaTolerance { get; set; }
Visual Basic (Declaration)
Public Property SolutionDeltaTolerance As Double
Visual C++
public:
property double SolutionDeltaTolerance {
	double get ();
	void set (double value);
}

See Also