FeynmanKacGetAbsoluteErrorTolerances Method |
Returns absolute error tolerances.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetAbsoluteErrorTolerances()
Public Function GetAbsoluteErrorTolerances As Double()
public:
array<double>^ GetAbsoluteErrorTolerances()
member GetAbsoluteErrorTolerances : unit -> float[]
Return Value
Type:
Double
A
double array of length
3*xGrid.Length
containing absolute error tolerances for the solutions.
See Also