The euclidean norm of the residual vector, \|Ax-b\|^2
            .

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

Syntax

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

Field Value

A double containing the euclidean norm of the residual vector.

See Also