| NonNegativeLeastSquaresNormTolerance Property |
The residual norm tolerance.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual double NormTolerance { get; set; }Public Overridable Property NormTolerance As Double
Get
Set
public:
virtual property double NormTolerance {
double get ();
void set (double value);
}abstract NormTolerance : float with get, set
override NormTolerance : float with get, set
Property Value
Type:
Double
A
double containing the residual norm tolerance. The
computation stops if

, where
rnorm is the
residual norm.
Default: NormTolerance = 0.
See Also