Type Alias FullSolution

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

Interpolated solution to the system of differential equations over a set of times (vs a single time in Solution)

Type declaration

    • (t: number[]): number[][]
    • Parameters

      • t: number[]

        Array of times to look up the solution at

      Returns number[][]