OdeIntegrator.Integrate Method

Performs the numerical integration up to a specified time value.

Definition

Namespace: Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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