public enum TMKL_Sparse_fill_mode
Applies to triangular matrices only ( SPARSE_MATRIX_TYPE_SYMMETRIC, SPARSE_MATRIX_TYPE_HERMITIAN, SPARSE_MATRIX_TYPE_TRIANGULAR )
Values
| Name | Description |
|---|---|
| SPARSE_FILL_MODE_FULL | upper triangular part of the matrix is stored |
| SPARSE_FILL_MODE_LOWER | lower triangular part of the matrix is stored |
| SPARSE_FILL_MODE_UPPER | upper triangular part of the matrix is stored |