Type alias InterpolatedSolution

InterpolatedSolution: ((times: Times) => SeriesSet)

Type declaration

    • (times: Times): SeriesSet
    • An interpolated solution to a system of differential equations, typically created via wodinRun

      Parameters

      • times: Times

        An object representing the times to return the solution at.

      Returns SeriesSet

Generated using TypeDoc