commit | cda19a6255d25c3b834d142d74490b720425c49b | [log] [tgz] |
---|---|---|
author | AnonymousPC <shyeyian@petalmail.com> | Sat Jun 07 03:15:18 2025 +0800 |
committer | Antonio Sánchez <cantonios@google.com> | Fri Jun 06 19:15:18 2025 +0000 |
tree | 851c1b77a51c07b973d60163af86546f4829b02b | |
parent | d0b490ee091629068e0c11953419eb089f9e6bb2 [diff] |
Make `Eigen::Map<const Vector>::operator[]` return correct type
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/ or https://libeigen.gitlab.io/docs/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.