|
Nektar++
|
#include <map>#include <utility>#include <LibUtilities/LinearAlgebra/SparseDiagBlkMatrix.hpp>#include <LibUtilities/LinearAlgebra/SparseMatrix.hpp>#include <LibUtilities/LinearAlgebra/SparseUtils.hpp>#include <LibUtilities/LinearAlgebra/StorageSmvBsr.hpp>Go to the source code of this file.
Namespaces | |
| namespace | Nektar |
Functions | |
| void | Nektar::convertCooToBco (const unsigned int blkDim, const COOMatType &cooMat, BCOMatType &bcoMat) |
| template<typename SparseStorageType > | |
| std::ostream & | Nektar::operator<< (std::ostream &os, const NekSparseMatrix< SparseStorageType > &rhs) |
| template<typename SparseStorageType > | |
| std::ostream & | Nektar::operator<< (std::ostream &os, const NekSparseDiagBlkMatrix< SparseStorageType > &rhs) |
| template std::ostream & | Nektar::operator<< (std::ostream &os, const NekSparseMatrix< StorageSmvBsr< NekDouble > > &rhs) |
| template std::ostream & | Nektar::operator<< (std::ostream &os, const NekSparseDiagBlkMatrix< StorageSmvBsr< NekDouble > > &rhs) |