-
- Downloads
Specialize boost::python::extract template for references to Eigen matrices
* bp::extract will construct an Eigen::Ref on the fly as an rvalue using the registered converter * move overload_base_get_item_for_std_vector from pinocchio to here -- changes behaviour of __getitem__ * redef exposeStdVectorEigenSpecificType to overload the boost vector_indexing_suite __getitem__ * move exposeStdVectorEigenSpecificType to std-vector.hpp header
Showing
- include/eigenpy/std-vector.hpp 90 additions, 1 deletioninclude/eigenpy/std-vector.hpp
- src/std-vector.cpp 0 additions, 7 deletionssrc/std-vector.cpp
- unittest/python/test_std_vector.py 17 additions, 3 deletionsunittest/python/test_std_vector.py
- unittest/vector.cpp 5 additions, 6 deletionsunittest/vector.cpp
Loading
Please register or sign in to comment