FflasFfpack
Public Types | Data Fields
Sparse< _Field, SparseMatrix_t::CSR > Struct Template Reference

#include <csr.h>

+ Inheritance diagram for Sparse< _Field, SparseMatrix_t::CSR >:

Public Types

using Field = _Field
 

Data Fields

bool delayed = false
 
uint64_t kmax = 0
 
index_t m = 0
 
index_t n = 0
 
uint64_t nnz = 0
 
uint64_t nElements = 0
 
uint64_t maxrow = 0
 
index_tcol = nullptr
 
index_tst = nullptr
 
index_tstend = nullptr
 
_Field::Element_ptr dat
 

Member Typedef Documentation

using Field = _Field

Field Documentation

bool delayed = false
uint64_t kmax = 0
index_t m = 0
index_t n = 0
uint64_t nnz = 0
uint64_t nElements = 0
uint64_t maxrow = 0
index_t* col = nullptr
index_t* st = nullptr
index_t* stend = nullptr
_Field::Element_ptr dat

The documentation for this struct was generated from the following file: