diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-05-16 12:10:05 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-05-16 12:10:05 +0300 |
| commit | 750f276a1403c5defd58b06f13c703b5e3d59245 (patch) | |
| tree | 5218b52ca98f6df3fa4e202ff999b81f35c4e28b /tests/test_qr.cpp | |
| parent | 92220ea5a483d6ece73bb6472af0773bc4106d73 (diff) | |
Finish TODOs
Diffstat (limited to 'tests/test_qr.cpp')
| -rw-r--r-- | tests/test_qr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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); |