aboutsummaryrefslogtreecommitdiff
path: root/tests/test_qr_iteration.cpp
diff options
context:
space:
mode:
authory-jan137 <yousefjan24000@gmail.com>2026-05-16 12:10:05 +0300
committery-jan137 <yousefjan24000@gmail.com>2026-05-16 12:10:05 +0300
commit750f276a1403c5defd58b06f13c703b5e3d59245 (patch)
tree5218b52ca98f6df3fa4e202ff999b81f35c4e28b /tests/test_qr_iteration.cpp
parent92220ea5a483d6ece73bb6472af0773bc4106d73 (diff)
Finish TODOs
Diffstat (limited to 'tests/test_qr_iteration.cpp')
-rw-r--r--tests/test_qr_iteration.cpp2
1 files changed, 0 insertions, 2 deletions
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}};