Nektar++
|
#include <LibUtilities/LinearAlgebra/MatrixStorageType.h>
#include <LibUtilities/LinearAlgebra/NekMatrix.hpp>
#include <LibUtilities/Python/NekPyConfig.hpp>
Go to the source code of this file.
Classes | |
struct | NekMatrixToPython< T > |
Functions | |
template<typename T , typename F > | |
void | NekMatrixCapsuleDestructor (PyObject *ptr) |
template<typename T > | |
void | export_NekMatrix () |
template void | export_NekMatrix< double > () |
void export_NekMatrix | ( | ) |
Definition at line 92 of file NekMatrix.cpp.
template void export_NekMatrix< double > | ( | ) |
Referenced by BOOST_PYTHON_MODULE().
void NekMatrixCapsuleDestructor | ( | PyObject * | ptr | ) |
Definition at line 50 of file NekMatrix.cpp.
Referenced by NekMatrixToPython< T >::convert().