FflasFfpack
Namespaces | Macros | Functions
ell_utils.inl File Reference
#include <vector>

Namespaces

namespace  FFLAS
 

Macros

#define __FFLASFFPACK_fflas_sparse_ELL_utils_INL
 

Functions

template<class Field >
void sparse_delete (const Sparse< Field, SparseMatrix_t::ELL > &A)
 
template<class Field >
void sparse_delete (const Sparse< Field, SparseMatrix_t::ELL_ZO > &A)
 
template<class Field , class IndexT >
void sparse_init (const Field &F, Sparse< Field, SparseMatrix_t::ELL > &A, const IndexT *row, const IndexT *col, typename Field::ConstElement_ptr dat, uint64_t rowdim, uint64_t coldim, uint64_t nnz)
 
template<class Field , class IndexT >
void sparse_init (const Field &F, Sparse< Field, SparseMatrix_t::ELL_ZO > &A, const IndexT *row, const IndexT *col, typename Field::ConstElement_ptr dat, uint64_t rowdim, uint64_t coldim, uint64_t nnz)
 

Macro Definition Documentation

◆ __FFLASFFPACK_fflas_sparse_ELL_utils_INL

#define __FFLASFFPACK_fflas_sparse_ELL_utils_INL