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.
Create a uniform grid from a 2-dimensional array.
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.
array
set
GridArray1d
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.