Designates that the matrix is represented as a linear array of index = column + row*NumberOfColumns
.
This representation is used for instance by C, C++, Mathematica, Pascal and Python.
Instance member | Description |
Full Usage:
this.GetArray1DRowMajor
Returns: 'TElement[]
Underlying linear array in row-major order.
Modifiers: abstract |
Gets the underlying linear array in row-major order.
|