 | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector Residuals { get; }
Public ReadOnly Property Residuals As DoubleVector
Get
public:
property DoubleVector^ Residuals {
DoubleVector^ get ();
}
member Residuals : DoubleVector with get
Property Value
DoubleVector
See Also