ODE.ErrorNormOptions Enumeration |
Namespace: Imsl.Math
Member name | Value | Description | |
---|---|---|---|
MinAbsRel | 0 | Indicates that the error norm to be
used is to be the minimum of the absolute error and the relative error, equals
the maximum of ![]() | |
Abs | 1 | Indicates that the error norm to be
used is to be the absolute error, equals ![]() | |
Max | 2 | Indicates that the error norm to be
used is to be the maximum of ![]() | |
Euclidean | 3 | Indicates that the error norm to be
used is to be the scaled Euclidean norm defined as ![]() ![]() ![]() |