noun which may take the genitive case particle 'no'
row-major
Mathematics and computing term describing a storage or traversal order where elements of a row are contiguous. Often contrasted with 列優先 (column-major).
See also: 列優先 (れつゆうせん)
この行列は行優先で格納されている。
This matrix is stored in row-major order.
行優先のベクトルを列優先に変換する。
Convert a row-major vector to column-major.