BoundedLeastSquaresGetResiduals Method |
Returns the residuals at the approximate solution.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetResiduals()
Public Function GetResiduals As Double()
public:
array<double>^ GetResiduals()
member GetResiduals : unit -> float[]
Return Value
Type:
Double
A
double array containing the residuals at the approximate
solution.
See Also