|
cyqlone
develop
Fast, parallel and vectorized solver for linear systems with optimal control structure.
|
Public Types | |
| enum | Order |
| typedef Index | index_t |
| typedef StorageIndex | storage_index_t |
Public Member Functions | |
| length_t | nnz () const |
Public Attributes | |
| Unsorted | |
| SortedRows | |
| length_t | rows |
| length_t | cols |
| Symmetry | symmetry |
| std::span< const index_t > | inner_idx |
| std::span< const storage_index_t > | outer_ptr |
| Order | order |