Backed out changeset 58fb27cd56

This commit is contained in:
Benoit Jacob
2010-01-07 22:00:45 -05:00
parent 58fb27cd56
commit b05f59ee07
7 changed files with 13 additions and 21 deletions

View File

@@ -114,7 +114,7 @@ template<typename MatrixType> void qr_verify_assert()
void test_qr()
{
for(int i = 0; i < g_repeat; i++) {
for(int i = 0; i < 1; i++) {
CALL_SUBTEST_1( qr(MatrixXf(47,40)) );
CALL_SUBTEST_2( qr(MatrixXcd(17,7)) );
CALL_SUBTEST_3(( qr_fixedsize<Matrix<float,3,4>, 2 >() ));