aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/eigen2/main.h
Commit message (Collapse)AuthorAge
* eigen2: split testsGravatar Benoit Jacob2011-01-25
|
* lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ↵Gravatar Benoit Jacob2011-01-20
| | | | build and succeed.
* big eigen2support fix, aimed at users who relied on internal eigen2 stuff: ↵Gravatar Benoit Jacob2011-01-19
| | | | | | | | | | now we dont need customizations in test/eigen2/main.h anymore. These tests already build: eigen2_basicstuff eigen2_adjoint eigen2_linearstructure eigen2_prec_inverse_4x4
* import eigen2 test suite. enable by defining EIGEN_TEST_EIGEN2Gravatar Benoit Jacob2011-01-19
only test_prec_inverse4x4 is fixed at the moment. now need to go over all those tests.