- Jan 30, 2023
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- Jan 09, 2023
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- Jan 07, 2023
-
-
Justin Carpentier authored
Should use Eigen::aligned_allocator
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- Jan 06, 2023
-
-
Justin Carpentier authored
-
- Dec 07, 2022
-
-
Justin Carpentier authored
-
Justin Carpentier authored
a vector should be either C or F continuous
-
- Dec 05, 2022
-
-
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
-
-
Wilson Jallet authored
-
Wilson Jallet authored
* should take Eigen::Ref of const (to dispatch to proper EigenAllocator)
-
Wilson Jallet authored
eigen-allocator: try a fix for mutable Eigen::Ref from Python array with "wrong" layout * trick transposes pyArray to get the right layout :)
-
for more information, see https://pre-commit.ci
-
Wilson Jallet authored
std-map/std-vector: add mention to file heading
-
for more information, see https://pre-commit.ci
-
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
-
Wilson Jallet authored
* add test_std_vector.py * fix copyable.hpp's include guards & namespace * same for pickle-vector * expose std::vector for VectorXd, MatrixXd, VectorXi, MatrixXi
-
Wilson Jallet authored
remove references to aligned
-
Wilson Jallet authored
-
Wilson Jallet authored
-
Wilson Jallet authored
(std-map) Fix include guard * apply pre-commit formatting * rename namespace
-
- Nov 22, 2022
-
-
pre-commit-ci[bot] authored
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-clang-format: v14.0.6 → v15.0.4](https://github.com/pre-commit/mirrors-clang-format/compare/v14.0.6...v15.0.4) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
- Oct 29, 2022
-
-
Justin Carpentier authored
-
- Sep 18, 2022
-
-
Anthony Miyaguchi authored
* Set stride assert to be less than INT_MAX * Remove extra print calls and flush on print * Revert "Remove extra print calls and flush on print" This reverts commit cc7db3d0. * core: fix assert Co-authored-by:
Justin Carpentier <justin.carpentier@inria.fr>
-
- Aug 10, 2022
-
-
Justin Carpentier authored
* cmake: use REQUIRED * core: fix issue with Python 3.10 and more * core: fix logic * core: fix * core: further fix * Core: use official solution Co-authored-by:
Guilhem Saurel <guilhem.saurel@laas.fr> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * core: fix Co-authored-by:
Guilhem Saurel <guilhem.saurel@laas.fr> Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
- May 22, 2022
-
-
Justin Carpentier authored
-
- May 09, 2022
-
-
Wilson Jallet authored
-