Template Struct eigen_from_py_impl

Inheritance Relationships

Derived Types

Struct Documentation

template<typename EigenType, typename BaseType = typename get_eigen_base_type<EigenType>::type>
struct eigen_from_py_impl

Subclassed by eigenpy::EigenFromPy< MatType >, eigenpy::EigenFromPy< SparseMatrixType >, eigenpy::EigenFromPy< TensorType >, eigenpy::EigenFromPy< EigenType, _Scalar >

Public Types

typedef EigenType::Scalar Scalar

Public Static Functions

static void *convertible(PyObject *pyObj)

Determine if pyObj can be converted into a MatType object.

static void construct(PyObject *pyObj, bp::converter::rvalue_from_python_stage1_data *memory)

Allocate memory and copy pyObj in the new storage.

static void registration()