Sets all the error tolerances used in computing minima estimates.

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

Syntax

C#
public void SetAllTolerances(
	double tolerance
)
Visual Basic (Declaration)
Public Sub SetAllTolerances ( _
	tolerance As Double _
)
Visual C++
public:
virtual void SetAllTolerances(
	double tolerance
) sealed

Parameters

tolerance
Type: System..::.Double
Desired tolerance

Implements

INonlinearLeastSqMinimizer..::.SetAllTolerances(Double)

See Also