commit | 77dc6dbb443e1a3189c08522ff18d2f308256994 | [log] [tgz] |
---|---|---|
author | Rasmus Munk Larsen <rmlarsen@google.com> | Thu Aug 08 23:27:32 2019 |
committer | David Tellenbach <david.tellenbach@me.com> | Thu Jan 21 10:22:36 2021 |
tree | 4ec9f4a568c7279d3edd92994441966beaf0b137 | |
parent | a36d19c4fc46097da9dd9965e7d548aa05d2cbf8 [diff] |
Fix bugs in log1p and expm1 where repeated using statements would clobber each other. Add specializations for complex types since std::log1p and std::exp1m do not support complex. (cherry picked from commit d55d392e7b1136655b4223bea8e99cb2fe0a8afd)
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/.