ErrorToleranceEnum Type

Specifies the type of the relative error and absolute error tolerances.

Record fields

Record Field Description

Array

Full Usage: Array

Field type: ErrorToleranceEnum
Modifiers: static

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].

Field type: ErrorToleranceEnum

Scalar

Full Usage: Scalar

Field type: ErrorToleranceEnum
Modifiers: static

The relative error and absolute error tolerances are scalars. The program keeps the error of Y(I) below RelTol*Abs(Y[i]) + AbsTol.

Field type: ErrorToleranceEnum

value__

Full Usage: value__

Field type: int
Modifiers: mutable

Field type: int