eigen/Eigen
2011-01-28 11:25:11 +01:00
..
src rm useless ctor 2011-01-28 11:25:11 +01:00
Array 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
Cholesky Remove \nonstable yet. The stability rules for Eigen3 are much simpler: 2010-06-29 10:10:47 -04:00
CMakeLists.txt Improves the filter for hidden files in "Eigen" and "Eigen/src". 2010-11-22 10:47:07 -05:00
Core reverse order of testing for eigen2 support stages. Higher stages now have priority. So if your whole project builds with say stage 10, you can manually enable stage 20 for selected files. 2011-01-27 10:34:44 -05:00
Dense Add newline at the end of Dense. 2010-07-23 19:00:02 +02:00
Eigen Eigen/Eigen should not include Sparse until it is API stable 2011-01-28 10:04:02 +01:00
Eigen2Support eigen2: fix USING_PART_OF_NAMESPACE_EIGEN 2011-01-25 08:03:12 -05:00
Eigenvalues Remove \nonstable yet. The stability rules for Eigen3 are much simpler: 2010-06-29 10:10:47 -04:00
Geometry import eigen2 Geometry module into Eigen2Support. 2011-01-24 11:21:58 -05:00
Householder Add blocking inside HouseholderQR based on code from Vincent Lejeune. 2010-06-17 18:30:47 +02:00
Jacobi
LeastSquares 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
LU eigen2: pass lu test 2011-01-25 10:02:36 -05:00
QR eigen2: pass QR decomposition and hyperplane tests 2011-01-25 11:19:26 -05:00
QtAlignedMalloc bug #86 : use internal:: namespace instead of ei_ prefix 2010-10-25 10:15:22 -04:00
Sparse EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET must be defined to use Eigen/Sparse 2011-01-27 17:36:58 +01:00
StdDeque * added EIGEN_ALIGNED_ALLOCATOR macro to allow specifying a different aligned allocator 2010-07-26 19:06:47 -04:00
StdList Fixed two bad errors on std::vector. 2010-04-21 18:21:46 +02:00
StdVector email change 2010-06-24 23:21:58 +02:00
SVD eigen2 support: import SVD back, pass SVD tests 2011-01-26 10:33:03 -05:00