From a4fd0aa25b1de432976ab9dc371abf9073db0fab Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Wed, 16 Sep 2009 14:19:59 -0400 Subject: * fix bug in col-pivoting qr, forgot to swap the colNorms when swapping cols * add Gael a copyright line --- test/qr_colpivoting.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/qr_colpivoting.cpp') diff --git a/test/qr_colpivoting.cpp b/test/qr_colpivoting.cpp index 283855451..9c387005a 100644 --- a/test/qr_colpivoting.cpp +++ b/test/qr_colpivoting.cpp @@ -116,9 +116,7 @@ template void qr_verify_assert() void test_qr_colpivoting() { - for(int i = 0; i < 1; i++) { - // FIXME : very weird bug here -// CALL_SUBTEST( qr(Matrix2f()) ); + for(int i = 0; i < 1; i++) { CALL_SUBTEST( qr() ); CALL_SUBTEST( qr() ); CALL_SUBTEST( qr() ); -- cgit v1.2.3