TMKL_Sparse_fill_mode Enumeration

type TMKL_Sparse_fill_mode = ( SPARSE_FILL_MODE_LOWER = 40, SPARSE_FILL_MODE_UPPER = 41, SPARSE_FILL_MODE_FULL = 42 );

Applies to triangular matrices only ( SPARSE_MATRIX_TYPE_SYMMETRIC, SPARSE_MATRIX_TYPE_HERMITIAN, SPARSE_MATRIX_TYPE_TRIANGULAR )

Values

NameDescription
SPARSE_FILL_MODE_FULLupper triangular part of the matrix is stored
SPARSE_FILL_MODE_LOWERlower triangular part of the matrix is stored
SPARSE_FILL_MODE_UPPERupper triangular part of the matrix is stored