eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::eigen_from_py_impl< EigenType, BaseType > Struct Template Reference
Inheritance diagram for eigenpy::eigen_from_py_impl< EigenType, BaseType >:
[legend]

Public Types

typedef EigenType::Scalar Scalar

Static Public Member 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 ()

Detailed Description

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

Definition at line 266 of file eigen-from-python.hpp.

Member Typedef Documentation

◆ Scalar

template<typename EigenType, typename BaseType = typename get_eigen_base_type<EigenType>::type>
typedef EigenType::Scalar eigenpy::eigen_from_py_impl< EigenType, BaseType >::Scalar

Definition at line 267 of file eigen-from-python.hpp.


The documentation for this struct was generated from the following file: