ODEErrorNormOptions 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 where floor is set via the Floor property. | |
Euclidean | 3 | Indicates that the error norm to be used is to be the scaled Euclidean norm defined as where and is the number of equations. |