TMKL_Sparse_fill_mode Enumeration

Source: Math387.cs · Assembly: Dew.Math

public enum TMKL_Sparse_fill_mode

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