eigenpy::PyMatrixType Struct Reference

#include <details.hpp>

List of all members.

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

Constructor & Destructor Documentation

eigenpy::PyMatrixType::PyMatrixType ( ) [inline]

References pyMatrixType, and pyModule.


Member Function Documentation

boost::python::object eigenpy::PyMatrixType::make ( PyArrayObject *  pyArray,
bool  copy = false 
) [inline]
boost::python::object eigenpy::PyMatrixType::make ( PyObject *  pyObj,
bool  copy = false 
) [inline]

References pyMatrixType.

eigenpy::PyMatrixType::operator boost::python::object ( ) [inline]

References pyMatrixType.


Member Data Documentation

boost::python::object eigenpy::PyMatrixType::pyModule

Referenced by PyMatrixType().