Cleanup: Move 2x2 real SVD into the Jacobi module where it naturally belongs.

This commit is contained in:
Rasmus Munk Larsen
2025-10-14 00:58:37 +00:00
parent 99f8512985
commit da55dd1471
4 changed files with 28 additions and 56 deletions

View File

@@ -32,8 +32,6 @@
* \endcode
*/
#include "src/misc/RealSvd2x2.h"
// IWYU pragma: begin_exports
#include "src/Eigenvalues/Tridiagonalization.h"
#include "src/Eigenvalues/RealSchur.h"