Type alias InterpolatedSolution

InterpolatedSolution: ((t: number) => number[])

Type declaration

    • (t: number): number[]
    • Interpolated solution to a set of differential equations, which can be used to look up value of the variables at any point in the past.

      Returns

      A vector of variables at time t

      See

      RhsFnDelayed and OutputFnDelayed which accept a solution argument of this type.

      Parameters

      • t: number

        The time to request the solution at

      Returns number[]

Generated using TypeDoc