Click or drag to resize

xOdeBaseRelTolArray Property

A relative error tolerance array ( length numEquations).

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double[] RelTolArray { get; set; }

Property Value

Double
Remarks
If ErrorToleranceType = ErrorToleranceEnum.Array the estimated local error in Y(i) is controlled to be less than RelTolArray[I]*Abs(Y(I))+AbsTolArray[i].
See Also