| commit | 42acbd570028c5dee7e6dbfcfe0ea614f09d9d75 | [log] [tgz] |
|---|---|---|
| author | Antonio Sanchez <cantonios@google.com> | Fri May 07 08:24:32 2021 -0700 |
| committer | Rasmus Munk Larsen <rmlarsen@google.com> | Fri May 07 17:52:07 2021 +0000 |
| tree | 240a5e9a5523ca98efbfabe257b8636fcff92007 | |
| parent | 9e0dc8f09b03fd60b87810d1de14ef122efb685c [diff] |
Fix numext::arg return type. The cxx11 path for `numext::arg` incorrectly returned the complex type instead of the real type, leading to compile errors. Fixed this and added tests. Related to !477, which uncovered the issue. (cherry picked from commit 90e9a33e1ce3e4e7663dd67e6c1f225afaf5c206)
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.