35#ifndef NEKTAR_LIB_UTILITIES_LINEAR_ALGEBRA_SPARSE_UTILS_HPP
36#define NEKTAR_LIB_UTILITIES_LINEAR_ALGEBRA_SPARSE_UTILS_HPP
47template <
class SparseStorageType>
49 const NekSparseMatrix<SparseStorageType> &rhs);
51template <
class SparseStorageType>
53 const NekSparseDiagBlkMatrix<SparseStorageType> &rhs);
#define LIB_UTILITIES_EXPORT
std::map< CoordType, BCOEntryType > BCOMatType
void convertCooToBco(const unsigned int blkDim, const COOMatType &cooMat, BCOMatType &bcoMat)
std::map< CoordType, NekDouble > COOMatType
std::ostream & operator<<(std::ostream &os, const NekMatrix< DataType, FormType > &rhs)