|
FflasFfpack
|
#include <sell.h>
Inheritance diagram for Sparse< _Field, SparseMatrix_t::SELL >:Public Types | |
| using | Field = _Field |
Data Fields | |
| bool | delayed = false |
| int | chunk = 0 |
| index_t | kmax = 0 |
| index_t | m = 0 |
| index_t | n = 0 |
| index_t | maxrow = 0 |
| index_t | sigma = 0 |
| index_t | nChunks = 0 |
| uint64_t | nnz = 0 |
| uint64_t | nElements = 0 |
| index_t * | perm = nullptr |
| uint64_t * | st = nullptr |
| index_t * | chunkSize = nullptr |
| index_t * | col = nullptr |
| _Field::Element_ptr | dat |
| using Field = _Field |
| bool delayed = false |
| int chunk = 0 |
| index_t kmax = 0 |
| index_t m = 0 |
| index_t n = 0 |
| index_t maxrow = 0 |
| index_t sigma = 0 |
| index_t nChunks = 0 |
| uint64_t nnz = 0 |
| uint64_t nElements = 0 |
| index_t* perm = nullptr |
| uint64_t* st = nullptr |
| index_t* chunkSize = nullptr |
| index_t* col = nullptr |