eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
boost::python::to_python_indirect_eigen< MatrixRef, MakeHolder > Struct Template Reference

Public Member Functions

template<class U>
PyObject * operator() (U const &mat) const
PyTypeObject const * get_pytype () const

Detailed Description

template<typename MatrixRef, class MakeHolder>
struct boost::python::to_python_indirect_eigen< MatrixRef, MakeHolder >

Definition at line 178 of file eigen-to-python.hpp.

Member Function Documentation

◆ get_pytype()

template<typename MatrixRef, class MakeHolder>
PyTypeObject const * boost::python::to_python_indirect_eigen< MatrixRef, MakeHolder >::get_pytype()const
inline

Definition at line 185 of file eigen-to-python.hpp.

◆ operator()()

template<typename MatrixRef, class MakeHolder>
template<class U>
PyObject * boost::python::to_python_indirect_eigen< MatrixRef, MakeHolder >::operator()(U const &mat)const
inline

Definition at line 180 of file eigen-to-python.hpp.


The documentation for this struct was generated from the following file: