Ode Integrator.Restart 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
Restart() | Resets the integrator so the next integration will start from the initial conditions. |
Restart( | Resets the integrator so the next integration will start from the specified initial conditions. |
Restart
Resets the integrator so the next integration will start from the initial conditions.
public void Restart()
Restart(Double, Vector<Double>)
Resets the integrator so the next integration will start from the specified initial conditions.
public void Restart(
double initialTime,
Vector<double> initialValue
)