Click or drag to resize

ErrorNorm Enumeration

Designates the norm used to calculate the local error.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum ErrorNorm
Members
Member nameValueDescription
L2Norm0 Use the L2 norm of the relative errors.
InfinityNorm1 Use the infinity norm of the relative errors.
See Also