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.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleVector AbsoluteTolerance { get; set; }
Visual Basic (Declaration)
Public Property AbsoluteTolerance As DoubleVector
Visual C++
public:
property DoubleVector^ AbsoluteTolerance {
	DoubleVector^ get ();
	void set (DoubleVector^ value);
}

See Also