Click or drag to resize

DoubleCholeskyLeastSqResidualVector Method

Computes and returns the residual vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector ResidualVector(
	DoubleVector b
)

Parameters

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

Return Value

DoubleVector
The residual vector Ax - b, where x is the computed least squares solution to the problem Ax = b.
See Also