commit | e52ac76ca354d3957cf6c7bc047ae22705f235a3 | [log] [tgz] |
---|---|---|
author | Charles Schlosser <cs.schlosser@gmail.com> | Wed Nov 06 17:25:22 2024 +0000 |
committer | Rasmus Munk Larsen <rmlarsen@google.com> | Wed Nov 06 17:25:22 2024 +0000 |
tree | cda6162009150c0210bea71d26c5e52fea7552f5 | |
parent | 122be167cd49d3d0321fc5b4838a98ad133b5507 [diff] |
use EIGEN_CPLUSPLUS instead of checking cpp version
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.