The dual tolerance controlling when the computation stops.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

Field Value

A double containing the dual tolerance. The computation stops if the largest gradient is smaller than this.

Default: DualTolerance = 0.

See Also