Specifies the type of the relative error and absolute error tolerances.
Record Field | Description |
|
The relative error and absolute error tolerances are arrays. In this case the program keeps the error of Y(I) below RelTolArray[I]*Abs(Y(I))+AbsTolArray[i].
|
|
The relative error and absolute error tolerances are scalars. The program keeps the error of Y(I) below RelTol*Abs(Y[i]) + AbsTol.
|
Full Usage:
value__
Field type: int
Modifiers: mutable |
|