|
cyqlone
develop
Fast, parallel and vectorized solver for linear systems with optimal control structure.
|
Public Types | |
| enum | Order |
| typedef Index | index_t |
Public Member Functions | |
| length_t | nnz () const |
Public Attributes | |
| Unsorted | |
| SortedByColsAndRows | |
| SortedByColsOnly | |
| SortedByRowsAndCols | |
| SortedByRowsOnly | |
| length_t | rows |
| length_t | cols |
| Symmetry | symmetry |
| std::span< const index_t > | row_indices |
| std::span< const index_t > | col_indices |
| Order | order |
| index_t | first_index |