Cvode Integrator.Set Tolerances Method
Definition
Namespace: Numerics.NET.Calculus.OrdinaryDifferentialEquations
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Set | Sets the absolute and relative tolerances for the integration. |
Set | Sets the absolute and relative tolerances for the integration. |
SetTolerances(Double, Vector<Double>)
Sets the absolute and relative tolerances for the integration.
public void SetTolerances(
double relativeTolerance,
Vector<double> absoluteTolerance
)
Parameters
SetTolerances(Double, Double)
Sets the absolute and relative tolerances for the integration.
public void SetTolerances(
double relativeTolerance,
double absoluteTolerance
)