ErrorNorm options
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public enum ErrorNormOptions |
Visual Basic (Declaration) |
---|
Public Enumeration ErrorNormOptions |
Visual C++ |
---|
public enum class ErrorNormOptions |
Members
Member name | Description | |
---|---|---|
MinAbsRel | 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 | Indicates that the error norm to be
used is to be the absolute error, equals ![]() | |
Max | Indicates that the error norm to be
used is to be the maximum of ![]() | |
Euclidean | Indicates that the error norm to be
used is to be the scaled Euclidean norm defined as ![]() ![]() ![]() |