commit | 6cbb3038ac48cb5fe17eba4dfbf26e3e798041f1 | [log] [tgz] |
---|---|---|
author | Steve Bronder <stevo15025@gmail.com> | Thu Mar 04 18:58:08 2021 +0000 |
committer | Rasmus Munk Larsen <rmlarsen@google.com> | Thu Mar 04 18:58:08 2021 +0000 |
tree | f6b55d8169c36a10b4cfb0c35c2e067a774d252d | |
parent | 5bfc67f9e7efde8c8ffae9b56f63186d682b9d44 [diff] |
Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()
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.