Go to the source code of this file.
◆ export_NekMatrix()
template<typename T >
void export_NekMatrix |
( |
| ) |
|
Definition at line 96 of file NekMatrix.cpp.
98 py::to_python_converter<std::shared_ptr<NekMatrix<T, StandardMatrixTag>>,
◆ export_NekMatrix< double >()
◆ NekMatrixCapsuleDestructor()
template<typename T , typename F >
void NekMatrixCapsuleDestructor |
( |
PyObject * |
ptr | ) |
|
Definition at line 52 of file NekMatrix.cpp.
54 std::shared_ptr<NekMatrix<T, F>> *mat =
55 (std::shared_ptr<NekMatrix<T, F>> *)PyCapsule_GetPointer(ptr, 0);