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

#include <csr_hyb.h>

Public Types

using Field = _Field
 

Data Fields

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

Member Typedef Documentation

§ Field

using Field = _Field

Field Documentation

§ delayed

bool delayed = false

§ col

index_t* col = nullptr

§ st

index_t* st = nullptr

§ dat

_Field::Element_ptr dat

§ kmax

uint64_t kmax = 0

§ m

index_t m = 0

§ n

index_t n = 0

§ nnz

uint64_t nnz = 0

§ nElements

uint64_t nElements = 0

§ maxrow

uint64_t maxrow = 0

§ nOnes

uint64_t nOnes = 0

§ nMOnes

uint64_t nMOnes = 0

§ nOthers

uint64_t nOthers = 0

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