- Jan 07, 2023
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
-
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
-
Justin Carpentier authored
-
- Jan 06, 2023
-
-
Justin Carpentier authored
-
- Jan 03, 2023
-
-
Justin Carpentier authored
-
Justin Carpentier authored
-
- Dec 20, 2022
-
-
Justin Carpentier authored
[pre-commit.ci] pre-commit autoupdate
-
- Dec 19, 2022
-
-
pre-commit-ci[bot] authored
updates: - [github.com/pre-commit/mirrors-clang-format: v15.0.4 → v15.0.6](https://github.com/pre-commit/mirrors-clang-format/compare/v15.0.4...v15.0.6)
-
- Dec 13, 2022
-
-
Justin Carpentier authored
[pre-commit.ci] pre-commit autoupdate
-
Justin Carpentier authored
-
- Dec 12, 2022
-
-
pre-commit-ci[bot] authored
updates: - [github.com/psf/black: 22.10.0 → 22.12.0](https://github.com/psf/black/compare/22.10.0...22.12.0)
-
- Dec 07, 2022
-
-
Justin Carpentier authored
Fix handling of Numpy blocks on vector types
-
Justin Carpentier authored
-
Justin Carpentier authored
-
Justin Carpentier authored
a vector should be either C or F continuous
- Dec 05, 2022
-
-
Justin Carpentier authored
Copy std-vector and std-map from Pinocchio
-
Fabian Schramm authored
-
-
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
& update its docstring
-
Wilson Jallet authored
-
Wilson Jallet authored
-
-
-
Wilson Jallet authored
* fix includes * comment out edge cases
-
Wilson Jallet authored
-
Wilson Jallet authored
unittest/eigen_ref.cpp: asConstRef should take input as Ref<const T>
-
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 :)