Ode Integrator.Integrate Method
Performs the numerical integration up to a specified time value.
Definition
Namespace: Numerics.NET.Calculus.OrdinaryDifferentialEquations
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
The value at the time value specified by finalTime.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public Vector<double> Integrate(
double finalTime
)
Parameters
- finalTime Double
- The time value where integration should stop.
Return Value
Vector<Double>The value at the time value specified by finalTime.