Click or drag to resize

RungeKutta45OdeSolverOptionsAbsoluteTolerance 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 DoubleVector AbsoluteTolerance { get; set; }

Property Value

DoubleVector
See Also