commit | 6854da2ea0116f7f042c9b1a9d6fe3c21718c86a | [log] [tgz] |
---|---|---|
author | Charles Schlosser <cs.schlosser@gmail.com> | Mon Jul 07 17:32:54 2025 +0000 |
committer | Charles Schlosser <cs.schlosser@gmail.com> | Mon Jul 07 17:32:54 2025 +0000 |
tree | d92138c97e069c0c52adf5b8020e94d65fbdaa13 | |
parent | ac1b29f8231fd84cbce74708491f5a70eb7b239e [diff] |
Fix 1x1 selfadjoint matrix-vector product bug
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.