Nektar++
|
#include <NekMatrix.hpp>
Public Member Functions | |
PYBIND11_TYPE_CASTER (Type, const_name("NekMatrix<T>")) | |
bool | load (handle src, bool) |
Static Public Member Functions | |
static handle | cast (const Nektar::NekMatrix< T, Nektar::StandardMatrixTag > &src, return_value_policy, handle) |
Definition at line 46 of file Python/LinearAlgebra/NekMatrix.hpp.
|
inlinestatic |
Definition at line 82 of file Python/LinearAlgebra/NekMatrix.hpp.
References Nektar::eWrapper.
|
inline |
Definition at line 51 of file Python/LinearAlgebra/NekMatrix.hpp.
References Nektar::eFULL.
pybind11::detail::standard_nekmatrix_caster< Type, T >::PYBIND11_TYPE_CASTER | ( | Type | , |
const_name("NekMatrix<T>") | |||
) |