commit | 13092b5d04122d2b85885c368a4dcd6e6a6837af | [log] [tgz] |
---|---|---|
author | Antonio Sánchez <cantonios@google.com> | Fri Mar 29 15:51:15 2024 +0000 |
committer | Rasmus Munk Larsen <rmlarsen@google.com> | Fri Mar 29 15:51:15 2024 +0000 |
tree | 79ba42f4f423da802827112fd9f75957f3f92cfc | |
parent | 77833f932040b46e79b6fa6522594a6df27e8a76 [diff] |
Fix usages of Eigen::array to be compatible with std::array.
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.