* add LU unit-test. Seems like we have very good numerical stability!

* some cleanup, and grant me a copyright line on the determinant test.
This commit is contained in:
Benoit Jacob
2008-08-09 19:26:14 +00:00
parent 4fa40367e9
commit d6e88f8155
5 changed files with 146 additions and 15 deletions

View File

@@ -99,6 +99,7 @@ EI_ADD_TEST(map)
EI_ADD_TEST(array)
EI_ADD_TEST(triangular)
EI_ADD_TEST(cholesky)
EI_ADD_TEST(lu "-O2")
EI_ADD_TEST(determinant)
EI_ADD_TEST(inverse)
EI_ADD_TEST(qr)