|
Nektar++
|
#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 |
| The above copyright notice and this permission notice shall be included. | |
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 |