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

#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_tperm = nullptr
 
uint64_tst = nullptr
 
index_tchunkSize = nullptr
 
index_tcol = nullptr
 
_Field::Element_ptr dat
 

Member Typedef Documentation

§ Field

using Field = _Field

Field Documentation

§ delayed

bool delayed = false

§ chunk

int chunk = 0

§ kmax

index_t kmax = 0

§ m

index_t m = 0

§ n

index_t n = 0

§ maxrow

index_t maxrow = 0

§ sigma

index_t sigma = 0

§ nChunks

index_t nChunks = 0

§ nnz

uint64_t nnz = 0

§ nElements

uint64_t nElements = 0

§ perm

index_t* perm = nullptr

§ st

uint64_t* st = nullptr

§ chunkSize

index_t* chunkSize = nullptr

§ col

index_t* col = nullptr

§ dat

_Field::Element_ptr dat

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