TMKL_Sparse_fill_mode Enumeration

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

enum class TMKL_Sparse_fill_mode : unsigned int;

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