FflasFfpack
Sparse< _Field, SparseMatrix_t::ELL_R_ZO > Struct Template Reference

#include <ell_r.h>

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

Data Fields

_Field::Element cst = 1
 
bool delayed = false
 
uint64_t kmax = 0
 
index_t m = 0
 
index_t n = 0
 
index_t ld = 0
 
uint64_t nnz = 0
 
uint64_t maxrow = 0
 
uint64_t mRow = 0
 
index_tcol = nullptr
 
index_trow = nullptr
 
_Field::Element_ptr dat
 

Field Documentation

◆ cst

template<class _Field >
_Field::Element cst = 1

◆ delayed

template<class _Field >
bool delayed = false
inherited

◆ kmax

template<class _Field >
uint64_t kmax = 0
inherited

◆ m

template<class _Field >
index_t m = 0
inherited

◆ n

template<class _Field >
index_t n = 0
inherited

◆ ld

template<class _Field >
index_t ld = 0
inherited

◆ nnz

template<class _Field >
uint64_t nnz = 0
inherited

◆ maxrow

template<class _Field >
uint64_t maxrow = 0
inherited

◆ mRow

template<class _Field >
uint64_t mRow = 0
inherited

◆ col

template<class _Field >
index_t* col = nullptr
inherited

◆ row

template<class _Field >
index_t* row = nullptr
inherited

◆ dat

template<class _Field >
_Field::Element_ptr dat
inherited

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