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.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test_qr.cpp') diff --git a/tests/test_qr.cpp b/tests/test_qr.cpp index d78fbb1..cbde901 100644 --- a/tests/test_qr.cpp +++ b/tests/test_qr.cpp @@ -224,9 +224,7 @@ TEST_CASE("QR: linearly dependent columns throw from GS methods", "[qr]") { CHECK_NOTHROW(linalgebra::qr_householder(A)); } -// --------------------------------------------------------------------------- // qr_colpiv tests -// --------------------------------------------------------------------------- TEST_CASE("QR ColPiv: full rank reconstruction", "[qr][colpiv]") { const Matrix A = random_matrix(6, 4, 100u); -- cgit v1.2.3