noun which may take the genitive case particle 'no'
column-major
Mathematics and computing term describing a layout where consecutive elements of a column are stored contiguously in memory, or a vector that is oriented as a column. Often contrasted with 行優先 (row-major).
See also: 行優先 (ぎょうゆうせん)
この行列は列優先で格納されている。
This matrix is stored in column-major order.
列優先ベクトルと行優先ベクトルの違いに注意してください。
Pay attention to the difference between column-major vectors and row-major vectors.