OdeIntegrator.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.0
C#
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.

See Also