  | FloatComplexCholeskyLeastSqResidualNormSqr Method | 
            Computes the 2-norm squared of the residual vector.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic float ResidualNormSqr(
	FloatComplexVector b
)
Public Function ResidualNormSqr ( 
	b As FloatComplexVector
) As Single
public:
float ResidualNormSqr(
	FloatComplexVector^ b
)
member ResidualNormSqr : 
        b : FloatComplexVector -> float32 Parameters
- b  FloatComplexVector
 - The right-hand side of the least squares problem
            Ax = b.
 
Return Value
SingleThe 2-norm squared of the residual vector 
Ax - b.
See Also