Click or drag to resize

ConstrainedLeastSquaresResiduals Property

Gets the vector of residuals for the computed solution Residuals = Ax - b, where x is the computed solution. You must call one of the Solve methods before accessing.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector Residuals { get; }

Property Value

DoubleVector
See Also