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

@@ -33,7 +33,6 @@
*/
// IWYU pragma: begin_exports
#include "src/misc/RealSvd2x2.h"
#include "src/SVD/UpperBidiagonalization.h"
#include "src/SVD/SVDBase.h"
#include "src/SVD/JacobiSVD.h"