ixfx
    Preparing search index...

    Functions

    access
    createArray

    Creates a 2-dimensional array to fit a grid of rows x cols. The outer array is the rows, the inner arrays are the columns.

    createUniformGrid

    Create a uniform grid from a 2-dimensional array.

    set
    setMutate
    wrap

    Wraps array with two dimensions for grid access. Immutable, such that underlying array is not modified and a call to set returns a new GridArray1d.

    wrapMutable

    Type Aliases

    ArrayGrid