#include <details.hpp>
Public Member Functions | |
PyMatrixType () | |
operator boost::python::object () | |
boost::python::object | make (PyArrayObject *pyArray, bool copy=false) |
boost::python::object | make (PyObject *pyObj, bool copy=false) |
Public Attributes | |
boost::python::object | pyMatrixType |
boost::python::object | pyModule |
eigenpy::PyMatrixType::PyMatrixType | ( | ) | [inline] |
References pyMatrixType, and pyModule.
boost::python::object eigenpy::PyMatrixType::make | ( | PyArrayObject * | pyArray, |
bool | copy = false |
||
) | [inline] |
References make().
Referenced by eigenpy::EigenToPy< MatType, EquivalentEigenType >::convert(), and make().
boost::python::object eigenpy::PyMatrixType::make | ( | PyObject * | pyObj, |
bool | copy = false |
||
) | [inline] |
References pyMatrixType.
eigenpy::PyMatrixType::operator boost::python::object | ( | ) | [inline] |
References pyMatrixType.
boost::python::object eigenpy::PyMatrixType::pyMatrixType |
Referenced by make(), operator boost::python::object(), and PyMatrixType().
boost::python::object eigenpy::PyMatrixType::pyModule |
Referenced by PyMatrixType().