The error norm.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual ODE..::.ErrorNormOptions NormMethod { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property NormMethod As ODE..::.ErrorNormOptions |
Visual C++ |
---|
public: virtual property ODE..::.ErrorNormOptions NormMethod { ODE..::.ErrorNormOptions get (); void set (ODE..::.ErrorNormOptions value); } |
Field Value
An ODE.ErrorNormOptions specifying the error norm.Default: NormMethod = ODE.ErrorNormOptions.MinAbsRel.
Remarks
NormMethod must be one of the values specified in the table which follows.
In the following table,
is the absolute
value for an estimate of the error in
.


value | Constraint |
---|---|
MinAbsRel | Minimum of the absolute error and the relative error, equals
the maximum of ![]() |
Abs | Absolute error, equals ![]() |
Max | Maximum of ![]() |
Euclidean | Scaled Euclidean norm defined as ![]() ![]() ![]() |