Click or drag to resize

VariableOrderOdeSolverOptionsAbsoluteTolerance Property

Gets and sets the bound on the estimated error at each integration step.

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

Property Value

DoubleVector
Remarks
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])
See Also