Returns absolute error tolerances.

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

Syntax

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

Return Value

A double array of length 3*xGrid.Length containing absolute error tolerances for the solutions.

See Also