Fix #69 for the second time, and add the respective regression test

This commit is contained in:
Gael Guennebaud
2010-01-04 17:36:26 +01:00
parent 80d1f9e966
commit 826bff58c6
2 changed files with 20 additions and 5 deletions

View File

@@ -84,6 +84,7 @@ void test_product_trsolve()
// vectors
CALL_SUBTEST_3((trsolve<std::complex<double>,Dynamic,1>(ei_random<int>(1,320))));
CALL_SUBTEST_4((trsolve<float,1,1>()));
CALL_SUBTEST_5((trsolve<std::complex<float>,4,1>()));
CALL_SUBTEST_5((trsolve<float,1,2>()));
CALL_SUBTEST_6((trsolve<std::complex<float>,4,1>()));
}
}