eigen/Eigen
Gael Guennebaud a16599751f fix Matrix::stride for vectors, add a unit test for Block::stride
and make use of it where it was relevant
2009-08-31 17:39:56 +02:00
..
src fix Matrix::stride for vectors, add a unit test for Block::stride 2009-08-31 17:39:56 +02:00
Array
Cholesky
CMakeLists.txt fix installation for recently added files 2009-08-25 18:57:59 +02:00
Core add overloads of lazyAssign to detect common aliasing issue with 2009-08-15 22:19:29 +02:00
Dense
Eigen
Geometry revert previous change in Quaternion::setFromTwoVectors 2009-08-15 23:37:20 +02:00
Householder add new Householder module 2009-08-03 16:06:57 +02:00
Jacobi * add Jacobi transformations 2009-08-09 16:58:13 +02:00
LeastSquares
LU
QR modernize HouseholderQR too, uniformize all that stuff, update tests 2009-08-24 13:46:14 -04:00
QtAlignedMalloc
Sparse add a SparseNestByValue expression and fix issue in sparse adjoint evaluation 2009-07-13 14:55:03 +02:00
StdVector fix compilation with gcc 4.1. Indeed the path for recent gcc doesn't work with gcc 4.1, and looking at the implementation of vector in g++ 4.1, it was exactly our fallback case, so use that. 2009-08-21 12:16:37 -04:00
SVD remove #include Bidiagonalization, and add missing ";" 2009-08-11 15:08:03 +02:00