eigen/Eigen
Gael Guennebaud 905beb0953 fix symm
2010-06-24 16:42:43 +02:00
..
src fix symm 2010-06-24 16:42:43 +02:00
Array Added the Array include's warning for GCC. 2010-01-20 21:36:50 +01:00
Cholesky finish to merge Array into Core: 2010-06-19 23:36:38 +02:00
CMakeLists.txt fix installation of global headers in case the src path contains 'src' 2010-05-08 17:55:55 -04:00
Core The intrin.h header needs to be included after cmath in order to prevent warnigns. 2010-06-21 18:39:24 +02:00
Dense kill the LeastSquares module. 2010-04-29 10:40:52 -04:00
Eigen add Eigen/Eigen 2009-06-19 20:46:55 +02:00
Eigen2Support add minor to Eigen2Support 2010-04-22 20:49:01 -04:00
Eigenvalues * decouple the generalized selfadjoint eigenvalue problem to the standard one 2010-06-16 23:48:16 +02:00
Geometry Adapted Geometry includes. 2010-01-21 09:43:30 +01:00
Householder Add blocking inside HouseholderQR based on code from Vincent Lejeune. 2010-06-17 18:30:47 +02:00
Jacobi added comments to help vim understand the header files are c++. 2009-12-01 18:00:29 -05:00
LU only include SSE path if SSE enabled 2009-12-14 22:52:11 -05:00
QR clean old stuff used to support precompilation inside a binary lib 2010-06-07 14:47:20 +02:00
QtAlignedMalloc added comments to help vim understand the header files are c++. 2009-12-01 18:00:29 -05:00
Sparse split the Sparse module into multiple ones, and move non stable parts to unsupported/ 2010-06-18 11:28:30 +02:00
StdList Fixed two bad errors on std::vector. 2010-04-21 18:21:46 +02:00
StdVector Fixed two bad errors on std::vector. 2010-04-21 18:21:46 +02:00
SVD New UpperBidiagonalization class 2010-01-14 22:30:58 -05:00