The error norm.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual ODE. ErrorNormOptions NormMethod { get; set; }
Public Overridable Property NormMethod As ODE. ErrorNormOptions
Get
Set
public:
virtual property ODE. ErrorNormOptions NormMethod {
ODE. ErrorNormOptions get ();
void set (ODE. ErrorNormOptions value);
}
abstract NormMethod : ODE. ErrorNormOptions with get, set
override NormMethod : ODE. ErrorNormOptions with get, set
Property Value
Type:
ODE.ErrorNormOptions
An
ODE.ErrorNormOptions specifying
the error norm.
Default: NormMethod = ODE.ErrorNormOptions.MinAbsRel.
RemarksNormMethod 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 where
and is the number of equations |
See Also