template<typename CasadiScalar, int Rows, int Cols, int Options, int MaxRows, int MaxCols>
struct eigenpy::EigenFromPy< Eigen::Matrix<::casadi::Matrix< CasadiScalar >, Rows, Cols, Options, MaxRows, MaxCols > >
Definition at line 80 of file casadi.hpp.
template<typename CasadiScalar , int Rows, int Cols, int Options, int MaxRows, int MaxCols>
void construct |
( |
PyObject * |
pyObj, |
|
|
bp::converter::rvalue_from_python_stage1_data * |
memory |
|
) |
| |
|
static |
Allocate memory and copy pyObj in the new storage.
Definition at line 181 of file casadi.hpp.
template<typename CasadiScalar , int Rows, int Cols, int Options, int MaxRows, int MaxCols>
void * convertible |
( |
PyObject * |
pyObj | ) |
|
|
static |
Determine if pyObj can be converted into a MatType object.
Definition at line 98 of file casadi.hpp.