| commit | 199c5f2b47eb1f8e5a2d20e60f07e97cd95a6ba6 | [log] [tgz] |
|---|---|---|
| author | Christoph Hertzberg <chtz@informatik.uni-bremen.de> | Mon Mar 01 03:59:21 2021 +0100 |
| committer | Christoph Hertzberg <chtz@informatik.uni-bremen.de> | Mon Mar 01 03:59:21 2021 +0100 |
| tree | d7547ca70c4e28c461b05294894ded5730f7a791 | |
| parent | 1e0c7d4f4933b12a325dbaa2c79ce946bb13f7d6 [diff] |
geo_alignedbox_5 was failing with AVX enabled, due to storing `Vector4d` in a `std::vector` without using an aligned allocator. Got rid of using `std::vector` and simplified the code. Avoid leading `_`
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.