wbc
|
#include <eigen_conversion.h>
Public Member Functions | |
python_list_to_eigen_matrix () | |
Static Public Member Functions | |
static void * | convertible (PyObject *obj_ptr) |
static void | construct (PyObject *obj_ptr, py::converter::rvalue_from_python_stage1_data *data) |
Conversion from a python list to an Eigen Matrix This convert list of list of type T (int, float32, float64, ...) to an Eigen::MatrixType The template MatrixType should be a type as Eigen::Matrix<T, rows, cols> Note it should also work for Eigen::Array
|
inline |
|
inlinestatic |
|
inlinestatic |