Returns the residuals at the approximate solution.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[] GetResiduals()
Visual Basic (Declaration)
Public Function GetResiduals As Double()
Visual C++
public:
array<double>^ GetResiduals()

Return Value

A double array containing the residuals at the approximate solution.

See Also