eigenpy::PyMatrixType Struct Reference

#include <details.hpp>

List of all members.

Public Member Functions

 operator bp::object ()
bp::object make (PyArrayObject *pyArray, bool copy=false)
bp::object make (PyObject *pyObj, bool copy=false)

Static Public Member Functions

static PyMatrixTypegetInstance ()

Protected Member Functions

 PyMatrixType ()

Protected Attributes

bp::object pyMatrixType
bp::object pyModule

Constructor & Destructor Documentation

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

References pyMatrixType, and pyModule.


Member Function Documentation

static PyMatrixType& eigenpy::PyMatrixType::getInstance ( ) [inline, static]
bp::object eigenpy::PyMatrixType::make ( PyArrayObject *  pyArray,
bool  copy = false 
) [inline]
bp::object eigenpy::PyMatrixType::make ( PyObject *  pyObj,
bool  copy = false 
) [inline]

References pyMatrixType.

eigenpy::PyMatrixType::operator bp::object ( ) [inline]

References pyMatrixType.


Member Data Documentation

bp::object eigenpy::PyMatrixType::pyModule [protected]

Referenced by PyMatrixType().