Skip to content
Snippets Groups Projects
  • Wilson Jallet's avatar
    55566274
    Specialize boost::python::extract template for references to Eigen matrices · 55566274
    Wilson Jallet authored
    * 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
    55566274
    History
    Specialize boost::python::extract template for references to Eigen matrices
    Wilson Jallet authored
    * 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
std-vector.cpp 426 B