Ode Integrator.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.3
C#
A vector that contains the solution at time time.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.