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