wbc
|
#include <eigen_conversion.h>
Static Public Member Functions | |
static PyObject * | convert (const MatrixType &mat) |
Conversion from an Eigen Matrix to an numpy ndarray This convert Eigen::MatrixType of type T (int, float, double, ...) to an numpy.array The template MatrixType should be a type as Eigen::Matrix<T, rows, cols> Note it should also work for Eigen::Array
|
inlinestatic |