Ode Integrator.Interpolate Method
Interpolates the solution at the specified time.
Definition
Namespace: Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A vector that contains the solution at time time.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.