eigen/Eigen/src
Thomas Capricelli c436abd0ac fix both compilation and previous fix : now 'basicstuff' passes again.
(Gael: i dont think you meant removing this setIdentity(), did you?)
2010-01-18 10:29:11 +01:00
..
Array remove useless using comp. assignment operators 2010-01-15 13:34:28 +01:00
Cholesky remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
Core fix both compilation and previous fix : now 'basicstuff' passes again. 2010-01-18 10:29:11 +01:00
Eigen2Support remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
Eigenvalues remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
Geometry More documentation improvements. 2010-01-16 15:43:11 +01:00
Householder allow to multiply a householder sequence and a matrix when one is real and one is complex. 2010-01-15 00:35:26 -05:00
Jacobi merge and add start/end to Eigen2Support 2010-01-05 13:07:32 +01:00
LeastSquares
LU remove the Triangular suffix to Upper, Lower, UnitLower, etc, 2010-01-07 21:15:32 +01:00
misc
plugins Various documentation updates: 2010-01-06 17:18:38 +01:00
QR * Fix a bug in HouseholderQR with mixed fixed/dynamic size: must use EIGEN_SIZE_MIN instead of EIGEN_ENUM_MIN, and there are many other occurences throughout Eigen! 2010-01-11 08:48:39 -05:00
Sparse compilation fix for UmfPack 2010-01-14 22:31:06 +01:00
SVD New UpperBidiagonalization class 2010-01-14 22:30:58 -05:00
CMakeLists.txt