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

#include <coo.h>

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

Public Types

using Field = _Field
 

Data Fields

index_tcol = nullptr
 
index_trow = nullptr
 
_Field::Element_ptr dat
 
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
 

Member Typedef Documentation

using Field = _Field

Field Documentation

index_t* col = nullptr
index_t* row = nullptr
_Field::Element_ptr dat
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

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