The residual norm tolerance.

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

Syntax

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

Field Value

A double containing the residual norm tolerance. The computation stops if {||\mbox{rnorm}||}^2\le{\mbox{
            NormTolerance}\times{||b||}}, where rnorm is the residual norm.

Default: NormTolerance = 0.

See Also