Cvode Integrator.Set Tolerances Method
Definition
Namespace: Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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
)