aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/metis_support.cpp
Commit message (Collapse)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* Switch to MPL2Gravatar Gael Guennebaud2015-10-23
|
* Fix test for MetisGravatar Desire NUENTSA2013-01-21
|
* Unit test for the Metis Ordering packageGravatar Desire NUENTSA2013-01-21