Benoit Jacob
|
df06f0be31
|
eigen2 support: pass remaining 2 tests
|
2011-01-31 08:55:38 -05:00 |
|
Benoit Jacob
|
7032ec80ae
|
eigen2support: disable sparse tests, and do not require to define YES_I_KNOW_NOT_STABLE
|
2011-01-31 08:44:49 -05:00 |
|
Benoit Jacob
|
374deaed5f
|
make eigen2 eigensolver test pass
|
2011-01-31 08:36:14 -05:00 |
|
Benoit Jacob
|
a1f5ea8954
|
make eigen2 cholesky test pass
|
2011-01-28 13:04:23 -05:00 |
|
Benoit Jacob
|
b2b8c6a89c
|
dot() now always uses eigen3 convention, even in eigen2 support mode, even stage 10. Didn't have a choice as lots of eigen code is using it.
|
2011-01-27 12:04:26 -05:00 |
|
Benoit Jacob
|
52fed69baa
|
add test for geometry with eigen2_ prefixes. fix that stuff.
|
2011-01-27 11:21:38 -05:00 |
|
Benoit Jacob
|
162cb8ff42
|
import back LeastSquares into eigen2support. Pass most of eigen2's 'regression' test, except for regression_4 which is about complex numbers.
|
2011-01-26 11:05:41 -05:00 |
|
Benoit Jacob
|
313eea8f10
|
fix the remainder of bug #159
|
2011-01-26 10:01:18 -05:00 |
|
Benoit Jacob
|
1d98cc5e5d
|
eigen2 support: implement part<SelfAdjoint>, mimic eigen2 behavior braindeadness-for-braindeadness
|
2011-01-25 21:22:04 -05:00 |
|
Benoit Jacob
|
07e3ef4f38
|
eigen2: pass QR decomposition and hyperplane tests
|
2011-01-25 11:19:26 -05:00 |
|
Benoit Jacob
|
09d1923f61
|
eigen2: pass lu test
|
2011-01-25 10:02:36 -05:00 |
|
Benoit Jacob
|
3e2469f951
|
eigen2: split tests
|
2011-01-25 09:02:59 -05:00 |
|
Benoit Jacob
|
b04591fbb4
|
disable eigen2_first_aligned test, it's completely internal stuff
|
2011-01-25 08:38:22 -05:00 |
|
Benoit Jacob
|
acd2c82655
|
fix eigen2_bug_132 test
|
2011-01-25 08:37:32 -05:00 |
|
Benoit Jacob
|
8acd43bbdb
|
let eigen2 tests use the same ei_add_test macro, which required to prefix them with eigen2_ ; rename buildtests_eigen2 to eigen2_buildtests, etc.
|
2011-01-25 08:37:18 -05:00 |
|
Benoit Jacob
|
8df5bca979
|
rename build stages to multiples of 10; old stage 2 becomes stage 15, while stage 20 generates errors (instead of warnings) on conflicting API.
|
2011-01-23 18:22:18 -05:00 |
|
Benoit Jacob
|
30de1651d3
|
relax Map const correctness in eigen2 support stages <= 3
introduce new 'strict' stage 4
|
2011-01-21 10:42:19 -05:00 |
|
Benoit Jacob
|
54dfcdf86e
|
remove eigen2 vectorization_logic test, it's not an API test
|
2011-01-21 10:29:43 -05:00 |
|
Benoit Jacob
|
5be269db88
|
make eigen2 submatrices test pass
|
2011-01-21 10:24:59 -05:00 |
|
Benoit Jacob
|
cc2b7a5397
|
introduce the 3 stages of eigen2 support, writing to the mailing list about that in Eigen2 to Eigen3 Migration Path thread
|
2011-01-21 09:51:03 -05:00 |
|
Benoit Jacob
|
34d93686db
|
lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests build and succeed.
|
2011-01-20 10:36:32 -05:00 |
|
Benoit Jacob
|
66a2ffa9bd
|
Completely disable Eigen/Array in Eigen3; completely enable in EIGEN2_SUPPORT.
|
2011-01-20 08:12:24 -05:00 |
|
Benoit Jacob
|
96f08213f7
|
big eigen2support fix, aimed at users who relied on internal eigen2 stuff: 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
|
2011-01-19 11:01:07 -05:00 |
|
Benoit Jacob
|
1f6bd2915d
|
import eigen2 test suite. enable by defining EIGEN_TEST_EIGEN2
only test_prec_inverse4x4 is fixed at the moment. now need to go over all those tests.
|
2011-01-19 10:10:54 -05:00 |
|