aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/eigen2/main.h
Commit message (Collapse)AuthorAge
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* Use copy_bool() workaround in Eigen2 test suite.Gravatar Jitse Niesen2011-03-03
| | | | | See bug #89 and changeset 59596efdf70244f92cd88b07498db8bf293689ac .
* eigen2support: disable sparse tests, and do not require to define ↵Gravatar Benoit Jacob2011-01-31
| | | | YES_I_KNOW_NOT_STABLE
* 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.