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

#include <sell.h>

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

Public Types

using Field = _Field
 

Data Fields

_Field::Element cst = 1
 
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_t * st = nullptr
 
index_tchunkSize = nullptr
 
index_tcol = nullptr
 
_Field::Element_ptr dat
 

Member Typedef Documentation

◆ Field

template<class _Field >
using Field = _Field

Field Documentation

◆ cst

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

◆ delayed

template<class _Field >
bool delayed = false
inherited

◆ chunk

template<class _Field >
int chunk = 0
inherited

◆ kmax

template<class _Field >
index_t kmax = 0
inherited

◆ m

template<class _Field >
index_t m = 0
inherited

◆ n

template<class _Field >
index_t n = 0
inherited

◆ maxrow

template<class _Field >
index_t maxrow = 0
inherited

◆ sigma

template<class _Field >
index_t sigma = 0
inherited

◆ nChunks

template<class _Field >
index_t nChunks = 0
inherited

◆ nnz

template<class _Field >
uint64_t nnz = 0
inherited

◆ nElements

template<class _Field >
uint64_t nElements = 0
inherited

◆ perm

template<class _Field >
index_t* perm = nullptr
inherited

◆ st

template<class _Field >
uint64_t* st = nullptr
inherited

◆ chunkSize

template<class _Field >
index_t* chunkSize = nullptr
inherited

◆ col

template<class _Field >
index_t* col = nullptr
inherited

◆ dat

template<class _Field >
_Field::Element_ptr dat
inherited

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