#include <eigen-from-python.hpp>
Additional Inherited Members | |
Public Types inherited from eigenpy::eigen_from_py_impl< EigenType > | |
typedef EigenType::Scalar | Scalar |
Static Public Member Functions inherited from eigenpy::eigen_from_py_impl< EigenType > | |
static void | construct (PyObject *pyObj, bp::converter::rvalue_from_python_stage1_data *memory) |
Allocate memory and copy pyObj in the new storage. More... | |
static void * | convertible (PyObject *pyObj) |
Determine if pyObj can be converted into a MatType object. More... | |
static void | registration () |
Definition at line 296 of file eigen-from-python.hpp.