Click or drag to resize

FloatQRLeastSqResidualNormSqr Method

Computes the 2-norm squared of the residual vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public float ResidualNormSqr(
	FloatVector b
)

Parameters

b  FloatVector
The right-hand side of the least squares problem Ax = b.

Return Value

Single
The 2-norm squared of the residual vector Ax - b.
See Also