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