commit | 5f0b4a4010af4cbf6161a0d1a03a747addc44a5d | [log] [tgz] |
---|---|---|
author | David Tellenbach <david.tellenbach@me.com> | Fri Mar 05 13:16:43 2021 +0100 |
committer | David Tellenbach <david.tellenbach@me.com> | Fri Mar 05 13:16:43 2021 +0100 |
tree | 23356aec10fb951fb51adf970a810e7ae18cf940 | |
parent | 6cbb3038ac48cb5fe17eba4dfbf26e3e798041f1 [diff] |
Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()" This reverts commit 6cbb3038ac48cb5fe17eba4dfbf26e3e798041f1 because it breaks clang-10 builds on x86 and aarch64 when C++11 is enabled.
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.