FflasFfpack
CsrMat< Field > Struct Template Reference

#include <fflas_sparse.h>

Data Fields

FFLAS::Sparse< Field, SparseMatrix_t::CSR, int16_t > * _csr16 = nullptr
 
FFLAS::Sparse< Field, SparseMatrix_t::CSR, int32_t > * _csr32 = nullptr
 
FFLAS::Sparse< Field, SparseMatrix_t::CSR, int64_t > * _csr64 = nullptr
 
FFLAS::Sparse< Field, SparseMatrix_t::CSR_ZO, int16_t > * _csr16_zo = nullptr
 
FFLAS::Sparse< Field, SparseMatrix_t::CSR_ZO, int32_t > * _csr32_zo = nullptr
 
FFLAS::Sparse< Field, SparseMatrix_t::CSR_ZO, int64_t > * _csr64_zo = nullptr
 

Field Documentation

◆ _csr16

template<class Field >
FFLAS::Sparse<Field,SparseMatrix_t::CSR,int16_t>* _csr16 = nullptr

◆ _csr32

template<class Field >
FFLAS::Sparse<Field,SparseMatrix_t::CSR,int32_t>* _csr32 = nullptr

◆ _csr64

template<class Field >
FFLAS::Sparse<Field,SparseMatrix_t::CSR,int64_t>* _csr64 = nullptr

◆ _csr16_zo

template<class Field >
FFLAS::Sparse<Field,SparseMatrix_t::CSR_ZO,int16_t>* _csr16_zo = nullptr

◆ _csr32_zo

template<class Field >
FFLAS::Sparse<Field,SparseMatrix_t::CSR_ZO,int32_t>* _csr32_zo = nullptr

◆ _csr64_zo

template<class Field >
FFLAS::Sparse<Field,SparseMatrix_t::CSR_ZO,int64_t>* _csr64_zo = nullptr

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