aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/eigen2
Commit message (Collapse)AuthorAge
* Removed the deprecated EIGEN2_SUPPORT, as previously announced. A ↵Gravatar Christoph Hertzberg2014-07-01
| | | | compilation error is raised, if this compile-switch is defined. The documentation references to the corresponding pages from Eigen3.2 now. Also, the Eigen2 testsuite has been removed.
* Disabled unused warnings in Eigen2-testsGravatar Christoph Hertzberg2014-05-06
|
* Removed unused testing files.Gravatar Hauke Heibel2013-08-01
|
* Backed out changeset: e41bc6cbbf9863c686e464d4479b4f562e5649c3Gravatar Hauke Heibel2013-07-31
|
* Removed unused test files.Gravatar Hauke Heibel2013-07-31
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* fix 228 (ei_aligned_stack_delete does not exist anymore)Gravatar Gael Guennebaud2011-03-21
|
* The Eigen2 intrusive std::vector hack really can't be supported in eigen3 ↵Gravatar Benoit Jacob2011-03-04
| | | | (bug #215)
* Copy fix of unit test when GSL is enabled to eigen2 test suite.Gravatar Jitse Niesen2011-03-04
|
* Use copy_bool() workaround in Eigen2 test suite.Gravatar Jitse Niesen2011-03-03
| | | | | See bug #89 and changeset 59596efdf70244f92cd88b07498db8bf293689ac .
* Fix bug #205: eigen2_adjoint_5 test fails.Gravatar Jitse Niesen2011-03-02
|
* eigen2 support: pass remaining 2 testsGravatar Benoit Jacob2011-01-31
|
* eigen2support: disable sparse tests, and do not require to define ↵Gravatar Benoit Jacob2011-01-31
| | | | YES_I_KNOW_NOT_STABLE
* make eigen2 eigensolver test passGravatar Benoit Jacob2011-01-31
|
* make eigen2 cholesky test passGravatar Benoit Jacob2011-01-28
|
* dot() now always uses eigen3 convention, even in eigen2 support mode, even ↵Gravatar Benoit Jacob2011-01-27
| | | | stage 10. Didn't have a choice as lots of eigen code is using it.
* add test for geometry with eigen2_ prefixes. fix that stuff.Gravatar Benoit Jacob2011-01-27
|
* import back LeastSquares into eigen2support. Pass most of eigen2's ↵Gravatar Benoit Jacob2011-01-26
| | | | 'regression' test, except for regression_4 which is about complex numbers.
* fix the remainder of bug #159Gravatar Benoit Jacob2011-01-26
|
* eigen2 support: implement part<SelfAdjoint>, mimic eigen2 behavior ↵Gravatar Benoit Jacob2011-01-25
| | | | braindeadness-for-braindeadness
* eigen2: pass QR decomposition and hyperplane testsGravatar Benoit Jacob2011-01-25
|
* eigen2: pass lu testGravatar Benoit Jacob2011-01-25
|
* eigen2: split testsGravatar Benoit Jacob2011-01-25
|
* disable eigen2_first_aligned test, it's completely internal stuffGravatar Benoit Jacob2011-01-25
|
* fix eigen2_bug_132 testGravatar Benoit Jacob2011-01-25
|
* let eigen2 tests use the same ei_add_test macro, which required to prefix ↵Gravatar Benoit Jacob2011-01-25
| | | | them with eigen2_ ; rename buildtests_eigen2 to eigen2_buildtests, etc.
* rename build stages to multiples of 10; old stage 2 becomes stage 15, while ↵Gravatar Benoit Jacob2011-01-23
| | | | stage 20 generates errors (instead of warnings) on conflicting API.
* relax Map const correctness in eigen2 support stages <= 3Gravatar Benoit Jacob2011-01-21
| | | | introduce new 'strict' stage 4
* remove eigen2 vectorization_logic test, it's not an API testGravatar Benoit Jacob2011-01-21
|
* make eigen2 submatrices test passGravatar Benoit Jacob2011-01-21
|
* introduce the 3 stages of eigen2 support, writing to the mailing list about ↵Gravatar Benoit Jacob2011-01-21
| | | | that in Eigen2 to Eigen3 Migration Path thread
* lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ↵Gravatar Benoit Jacob2011-01-20
| | | | build and succeed.
* Completely disable Eigen/Array in Eigen3; completely enable in EIGEN2_SUPPORT.Gravatar Benoit Jacob2011-01-20
|
* 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.