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

#include <hyb_zo.h>

Public Types

using Field = _Field
typedef Sparse< _Field, SparseMatrix_t::HYB_ZOSelf_t

Data Fields

bool delayed = false
uint64_t kmax = 0
index_t m = 0
index_t n = 0
uint64_t nnz = 0
uint64_t maxrow = 0
uint64_t nElements = 0
Sparse< _Field, SparseMatrix_t::CSR > * dat = nullptr
Sparse< _Field, SparseMatrix_t::CSR_ZO > * one = nullptr
Sparse< _Field, SparseMatrix_t::CSR_ZO > * mone = nullptr

Member Typedef Documentation

◆ Field

template<class _Field>
using Field = _Field

◆ Self_t

template<class _Field>
typedef Sparse<_Field, SparseMatrix_t::HYB_ZO> Self_t

Field Documentation

◆ delayed

template<class _Field>
bool delayed = false

◆ kmax

template<class _Field>
uint64_t kmax = 0

◆ m

template<class _Field>
index_t m = 0

◆ n

template<class _Field>
index_t n = 0

◆ nnz

template<class _Field>
uint64_t nnz = 0

◆ maxrow

template<class _Field>
uint64_t maxrow = 0

◆ nElements

template<class _Field>
uint64_t nElements = 0

◆ dat

template<class _Field>
Sparse<_Field, SparseMatrix_t::CSR>* dat = nullptr

◆ one

template<class _Field>
Sparse<_Field, SparseMatrix_t::CSR_ZO>* one = nullptr

◆ mone

template<class _Field>
Sparse<_Field, SparseMatrix_t::CSR_ZO>* mone = nullptr

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