Designates that the matrix is represented as a linear array of index = row + column*NumberOfRows
. This representation is used for instance by Fortran, Julia, MATLAB, Octave, Scilab, GLSL and HLSL.
Instance member | Description |
Full Usage:
this.GetArray1DColumnMajor
Returns: 'TElement[]
Underlying linear array in column-major order.
Modifiers: abstract |
Gets the underlying linear array in column-major order.
|