enum class TMKL_Sparse_layout : unsigned int;
Applicable for Level 3 operations with dense matrices; describes storage scheme for dense matrix (row major or column major)
Values
| Name | Description |
|---|---|
| SPARSE_LAYOUT_COLUMN_MAJOR | Fortran-style |
| SPARSE_LAYOUT_ROW_MAJOR | C-style |