commit | cebe09110cef69945aba68f74c022217091cd1f6 | [log] [tgz] |
---|---|---|
author | Eugene Zhulenev <eugene.zhulenev@gmail.com> | Fri Apr 11 23:43:14 2025 +0000 |
committer | Rasmus Munk Larsen <rmlarsen@google.com> | Fri Apr 11 23:43:14 2025 +0000 |
tree | c623722b4d5e917003528922e713cac08ebbf7d0 | |
parent | 11fd34cc1c398f2c2311339ed3b008b1114544eb [diff] |
Fix a potential deadlock because of Eigen thread pool
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.