npm.nicfv.com
    Preparing search index...

    Interface Step

    Contains data for a single point in time

    interface Step {
        dx: number[];
        time: number;
    }
    Index
    dx: number[]

    The array of all derivative orders by x, dx/dt, d2x/dt2, ..., dnx/dtn

    time: number

    The timestamp for this step