Nektar++
Classes | Namespaces | Typedefs
SparseMatrixFwd.hpp File Reference
#include <map>
#include <vector>
#include <utility>
#include <fstream>
#include <boost/shared_ptr.hpp>
#include <LibUtilities/BasicConst/NektarUnivTypeDefs.hpp>
#include <LibUtilities/BasicUtils/SharedArray.hpp>
Include dependency graph for SparseMatrixFwd.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Nektar::StorageSmvBsr< T >
 
class  Nektar::NekSparseMatrix< SparseStorageType >
 
class  Nektar::NekSparseDiagBlkMatrix< SparseStorageType >
 

Namespaces

 Nektar
 <
 

Typedefs

typedef unsigned int Nektar::IndexType
 
typedef Array< OneD, IndexType > Nektar::IndexVector
 
typedef std::pair< IndexType, IndexType > Nektar::CoordType
 
typedef NekDouble Nektar::COOEntryType
 
typedef std::map< CoordType, NekDouble > Nektar::COOMatType
 
typedef COOMatType::const_iterator Nektar::COOMatTypeConstIt
 
typedef boost::shared_ptr< COOMatType > Nektar::COOMatTypeSharedPtr
 
typedef Array< OneD, COOMatType > Nektar::COOMatVector
 
typedef Array< OneD, NekDouble > Nektar::BCOEntryType
 
typedef std::map< CoordType, BCOEntryType > Nektar::BCOMatType
 
typedef BCOMatType::const_iterator Nektar::BCOMatTypeConstIt
 
typedef boost::shared_ptr< BCOMatType > Nektar::BCOMatTypeSharedPtr
 
typedef Array< OneD, BCOMatType > Nektar::BCOMatVector