Click or drag to resize
BoundedLeastSquaresGetResiduals Method
Returns the residuals at the approximate solution.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] GetResiduals()

Return Value

Type: Double
A double array containing the residuals at the approximate solution.
See Also