FflasFfpack
Data Fields
Sparse< _Field, SparseMatrix_t::ELL_simd > Struct Template Reference

#include <ell_simd.h>

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

Data Fields

bool delayed = false
 
int chunk = 0
 
index_t m = 0
 
index_t n = 0
 
index_t ld = 0
 
uint64_t kmax = 0
 
uint64_t nnz = 0
 
uint64_t nElements = 0
 
uint64_t maxrow = 0
 
uint64_t nChunks = 0
 
index_tcol = nullptr
 
_Field::Element_ptr dat
 

Field Documentation

◆ delayed

template<class _Field >
bool delayed = false

◆ chunk

template<class _Field >
int chunk = 0

◆ m

template<class _Field >
index_t m = 0

◆ n

template<class _Field >
index_t n = 0

◆ ld

template<class _Field >
index_t ld = 0

◆ kmax

template<class _Field >
uint64_t kmax = 0

◆ nnz

template<class _Field >
uint64_t nnz = 0

◆ nElements

template<class _Field >
uint64_t nElements = 0

◆ maxrow

template<class _Field >
uint64_t maxrow = 0

◆ nChunks

template<class _Field >
uint64_t nChunks = 0

◆ col

template<class _Field >
index_t* col = nullptr

◆ dat

template<class _Field >
_Field::Element_ptr dat

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