TMKL_Sparse_layout Enumeration

Header: Dew.Math/Math387.h · Cross-compiler

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

NameDescription
SPARSE_LAYOUT_COLUMN_MAJORFortran-style
SPARSE_LAYOUT_ROW_MAJORC-style