commit | e7c799b7c984f9b8bea27967bb04a97c52e62582 | [log] [tgz] |
---|---|---|
author | Rasmus Munk Larsen <rmlarsen@google.com> | Tue Nov 19 13:08:18 2024 -0800 |
committer | Rasmus Munk Larsen <rmlarsen@google.com> | Tue Nov 19 13:08:18 2024 -0800 |
tree | f3dc43841a861a06a69c2f328f90138ef4fe5b03 | |
parent | 00af47102d910ef7709e564398c98b763a324368 [diff] |
Prevent premature overflow to infinity in exp(x). The changes also provide a 3-4% speedup.
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.