Interpolates the solution at the specified time.
Namespace:
Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected abstract Vector<double> Interpolate(
double time
)
Protected MustOverride Function Interpolate (
time As Double
) As Vector(Of Double)
protected:
virtual Vector<double>^ Interpolate(
double time
) abstract
abstract Interpolate :
time : float -> Vector<float>
Parameters
- time
- Type: SystemDouble
The time value at which to compute the interpolated solution.
Return Value
Type:
VectorDoubleA vector that contains the solution at time
time.
This method is used internally.
Reference