Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.Ode
RungeKuttaExplicitBase.Core Class
Core Properties
AbsoluteTolerance Property
AbsoluteTolerances Property
BHML Property
ErrorNorm Property
InterpolationCoefficients Property
RelativeTolerance Property
RelativeTolerances Property
StepSizeFilter Property
StiffnessDetectionEveryNumberOfSteps Property
StiffnessDetectionThresholdValue Property
X Property
X_previous Property
Y_volatile Property
Runge
Kutta
Explicit
Base
Core
Absolute
Tolerance Property
Gets or sets the absolute tolerance.
Namespace:
Altaxo.Calc.Ode
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Copy
public
double
AbsoluteTolerance
{
get
;
set
; }
Property Value
Double
The absolute tolerance.
Exceptions
Exception
Condition
ArgumentException
Must be >= 0 - AbsoluteTolerance
InvalidOperationException
The absolute tolerance is stored as an array and cannot be returned as a scalar.
See Also
Reference
RungeKuttaExplicitBase
Core Class
Altaxo.Calc.Ode Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net