eigen/Eigen/src
2009-08-14 00:17:14 +02:00
..
Array small fixes 2009-08-03 16:05:07 +02:00
Cholesky fix a couple of compilations issues 2009-08-06 14:10:02 +02:00
Core optimize "apply Jacobi" for small sizes, and move it to Jacobi.h 2009-08-14 00:17:14 +02:00
Geometry fix issue #36 (missing return *this in Rotation2D 2009-08-11 15:11:47 +02:00
Householder * add Jacobi transformations 2009-08-09 16:58:13 +02:00
Jacobi optimize "apply Jacobi" for small sizes, and move it to Jacobi.h 2009-08-14 00:17:14 +02:00
LeastSquares
LU make LU::solve() not to crash when rank=0 2009-08-09 00:06:53 +02:00
QR add an optimized "apply in place a rotation in the plane", 2009-08-13 11:42:02 +02:00
Sparse Fix compilation in sparse module 2009-08-06 17:28:49 +02:00
SVD * remove EIGEN_DONT_INLINE that harm performance for small sizes 2009-08-13 14:56:39 -04:00
CMakeLists.txt