The final residual norm, {\Vert b-Ax \Vert}_2.

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

Syntax

C#
public double ResidualNorm { get; }
Visual Basic (Declaration)
Public ReadOnly Property ResidualNorm As Double
Visual C++
public:
property double ResidualNorm {
	double get ();
}

Field Value

A double scalar value specifying the final residual norm.

See Also