- Dec 05, 2022
-
-
Wilson Jallet authored
-
Wilson Jallet authored
remove useless include remove comment between includes (not sorted by pre-commit anymore) core/std-vector.hpp * fix using-ctor for older cpp versions * fix warning about conversion
-
Wilson Jallet authored
unittest/eigen_ref.cpp: asConstRef should take input as Ref<const T>
-
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
-
for more information, see https://pre-commit.ci
-
Wilson Jallet authored
* does not work properly
-
for more information, see https://pre-commit.ci
-
Wilson Jallet authored
* tests we can expose std::vector<Matrix3d> * test input and returning std::vector<Matrix> objects * test specific functions for specific dims
-