Click or drag to resize
NonNegativeLeastSquaresNormTolerance Property
The residual norm tolerance.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double NormTolerance { get; set; }

Property Value

Type: Double
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