Click or drag to resize

DoubleComplexQRLeastSqResidualNormSqr Method

Computes the 2-norm squared of the residual vector.

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

Parameters

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

Return Value

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