Fix bugs in Sum.h, add unit-test

This commit is contained in:
Benoit Jacob
2008-08-20 16:43:28 +00:00
parent c501c7a4ef
commit ff8e98c974
4 changed files with 91 additions and 5 deletions

View File

@@ -89,6 +89,7 @@ EI_ADD_TEST(nomalloc)
EI_ADD_TEST(basicstuff)
EI_ADD_TEST(linearstructure)
EI_ADD_TEST(cwiseop)
EI_ADD_TEST(sum)
EI_ADD_TEST(product_small)
EI_ADD_TEST(product_large ${EI_OFLAG})
EI_ADD_TEST(adjoint)