From a1ac56a7c783843ef312afff186a95024a9cc3c0 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Mon, 1 Mar 2010 13:46:41 +0000 Subject: Add (failing) test for computing HouseholderQR of a 1x1 matrix. --- test/qr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/qr.cpp b/test/qr.cpp index f2393c13b..1ce1f46e6 100644 --- a/test/qr.cpp +++ b/test/qr.cpp @@ -117,6 +117,7 @@ void test_qr() CALL_SUBTEST_3(( qr_fixedsize, 2 >() )); CALL_SUBTEST_4(( qr_fixedsize, 4 >() )); CALL_SUBTEST_5(( qr_fixedsize, 7 >() )); + CALL_SUBTEST_11( qr(Matrix()) ); } for(int i = 0; i < g_repeat; i++) { -- cgit v1.2.3