commit | fb2fca90be39783f76ba05b521360afeeda265f2 | [log] [tgz] |
---|---|---|
author | Damiano Franzò <franzo.damiano@gmail.com> | Thu May 01 23:17:21 2025 +0000 |
committer | Rasmus Munk Larsen <rmlarsen@google.com> | Thu May 01 23:17:21 2025 +0000 |
tree | 8c48427b53d5f00c8d67d9fe58f7ffccbf52015d | |
parent | d6b23a2256b0c5d77bdc9988b8a82a9e79b5c5af [diff] |
Avoid unnecessary matrix copy in BDCSVD and JacobiSVD
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.