extend sparse unit tests with transpose and matrix product

This commit is contained in:
Gael Guennebaud
2008-10-04 14:25:00 +00:00
parent 98d3c0a413
commit a930dfb229
2 changed files with 29 additions and 3 deletions

View File

@@ -122,6 +122,6 @@ EI_ADD_TEST(geometry)
EI_ADD_TEST(hyperplane)
EI_ADD_TEST(parametrizedline)
EI_ADD_TEST(regression)
EI_ADD_TEST(sparse)
EI_ADD_TEST(sparse ${EI_OFLAG})
ENDIF(BUILD_TESTS)