From 750f276a1403c5defd58b06f13c703b5e3d59245 Mon Sep 17 00:00:00 2001 From: y-jan137 Date: Sat, 16 May 2026 12:10:05 +0300 Subject: Finish TODOs --- tests/test_qr_iteration.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test_qr_iteration.cpp') diff --git a/tests/test_qr_iteration.cpp b/tests/test_qr_iteration.cpp index 64a5dd6..95bb044 100644 --- a/tests/test_qr_iteration.cpp +++ b/tests/test_qr_iteration.cpp @@ -423,9 +423,7 @@ TEST_CASE("Hessenberg QR: faster than naive shifted QR for large n", std::cout << "=============================================\n"; } -// --------------------------------------------------------------------------- // Francis double-shift QR tests -// --------------------------------------------------------------------------- TEST_CASE("Francis QR: 2x2 real eigenvalues", "[qr_iteration][francis]") { Matrix A{{3.0, 1.0}, {0.0, 2.0}}; -- cgit v1.2.3