Click or drag to resize

VariableOrderOdeSolverOptionsRelativeTolerance Property

Bound on the estimated error at each integration step. At the ith integration step the error, e[i] for the estimated solution y[i] satisfies e[i] <= max(RelativeTolerance*Math.Abs(y[i]), AbsoluteTolerance[i])

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double RelativeTolerance { get; set; }

Property Value

Double
See Also