Nektar++
Namespaces | Typedefs
NekMatrixFwd.hpp File Reference
#include <LibUtilities/BasicConst/NektarUnivTypeDefs.hpp>
#include <LibUtilities/LinearAlgebra/MatrixStorageType.h>
#include <LibUtilities/LinearAlgebra/MatrixType.h>
#include <memory>
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  Nektar
 

Typedefs

typedef std::shared_ptr< NekMatrix< NekDouble, StandardMatrixTag > > Nektar::SharedNekMatrixPtr
 
typedef NekMatrix< NekMatrix< NekDouble, StandardMatrixTag >, ScaledMatrixTag > Nektar::DNekScalMat
 
typedef std::shared_ptr< DNekScalMat > Nektar::DNekScalMatSharedPtr
 
typedef std::shared_ptr< NekMatrix< NekSingle, StandardMatrixTag > > Nektar::SharedSNekMatrixPtr
 
typedef NekMatrix< NekMatrix< NekSingle, StandardMatrixTag >, ScaledMatrixTag > Nektar::SNekScalMat
 
typedef std::shared_ptr< SNekScalMat > Nektar::SNekScalMatSharedPtr