| 
    wbc
    
   | 
 
#include <eigen_conversion.h>
Public Member Functions | |
| numpy_array_to_eigen_vector () | |
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 numpy ndarray to an Eigen Vector This convert numpy.array of dtype T (int, float32, float64, ...) to an Eigen::VectorType 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
      
  | 
  inline | 
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic |