Row- and column-major order
In computing, row-major order and column-major order are methods for storing multidimensional arrays in linear storage such as random access memory. The difference between the orders lies in which elements of an array are contiguous in memory.
Source: Wikipedia — Row- and column-major order (CC BY-SA 4.0)