Click or drag to resize
BoundedVariableLeastSquaresResidualNorm Property
The euclidean norm of the residual vector, \|Ax-b\|^2
            .

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

Property Value

Type: Double
A double containing the euclidean norm of the residual vector.
See Also