TMKL_Sparse_layout Enumeration

type TMKL_Sparse_layout = ( SPARSE_LAYOUT_ROW_MAJOR = 101, SPARSE_LAYOUT_COLUMN_MAJOR = 102 );

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