Skip to main content

Module matrix

Module matrix 

Source

Structs§

ColumnMajor
Indicates that the matrix is stored in column-major order (Fortran order).
HeapMatrix
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).

Type Aliases§

RowMajorHeapMatrix