35 #ifndef NEKTAR_LIB_UTILITIES_LINEAR_ALGEBRA_SPARSE_UTILS_HPP
36 #define NEKTAR_LIB_UTILITIES_LINEAR_ALGEBRA_SPARSE_UTILS_HPP
47 template <
class SparseStorageType>
49 const NekSparseMatrix<SparseStorageType> &rhs);
51 template <
class SparseStorageType>
53 const NekSparseDiagBlkMatrix<SparseStorageType> &rhs);
#define LIB_UTILITIES_EXPORT
The above copyright notice and this permission notice shall be included.
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)