commit | 122befe54cc0c31273d9e1caef80b49ad834bf4c | [log] [tgz] |
---|---|---|
author | Charles Schlosser <cs.schlosser@gmail.com> | Fri Apr 12 19:35:04 2024 +0000 |
committer | Rasmus Munk Larsen <rmlarsen@google.com> | Fri Apr 12 19:35:04 2024 +0000 |
tree | 2af840c873559300fb89b9ba47a2fefe4dc7aece | |
parent | dcdb0233c1d4e15ec81f391a3339b0254a571e15 [diff] |
Fix "unary minus operator applied to unsigned type, result still unsigned" on MSVC and other stupid warnings
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.