Structs§
- Column
Major - Indicates that the matrix is stored in column-major order (Fortran order).
- Heap
Matrix - A matrix with M rows and N columns on the heap that encodes its shape in the type system.
- RowMajor
- Indicates that the matrix is stored in row-major order (C order).