OdeIntegrator.Interpolate Method

Interpolates the solution at the specified time.

Definition

Namespace: Numerics.NET.Calculus.OrdinaryDifferentialEquations
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected abstract Vector<double> Interpolate(
	double time
)

Parameters

time  Double
The time value at which to compute the interpolated solution.

Return Value

Vector<Double>
A vector that contains the solution at time time.

Remarks

This method is used internally.

See Also