eigen/Eigen
Gael Guennebaud 9e7a9cde14 Add Scaling and Translation class as discussed on ML, still missing:
* handling Quaternion, AngleAxis and Rotation2D, 2 options here:
 1- make all of them inheriting a common base class Rotation such that we can
    have a single version of operator* for all the rotation type (they all get converted to a matrix)
 2- write a version for all type (so 3 rotations types * 3 for Transform,Translation and Scaling)
* real documentation
2008-08-30 00:08:23 +00:00
..
src Add Scaling and Translation class as discussed on ML, still missing: 2008-08-30 00:08:23 +00:00
Array doc fixes, and extended Basic Linear Algebra and Reductions sections 2008-08-20 13:07:46 +00:00
Cholesky bugfix in CholeskyWithoutSquareRoot::solve found by Timothy Hunter 2008-08-16 07:09:39 +00:00
CMakeLists.txt CoreDeclarations was removed 2008-08-28 17:33:27 +00:00
Core remove CoreDeclaration from the documentation 2008-08-28 19:11:03 +00:00
Geometry Add Scaling and Translation class as discussed on ML, still missing: 2008-08-30 00:08:23 +00:00
LU Complete LU documentation 2008-08-11 21:26:37 +00:00
QR * doc improvements in Cwise and PartialRedux: 2008-08-19 04:30:28 +00:00
Regression fix a number of compiler errors and warnings with gcc 4.3. There was a missing 2008-08-22 01:19:53 +00:00
Sparse fix a number of compiler errors and warnings with gcc 4.3. There was a missing 2008-08-22 01:19:53 +00:00
SVD missing SVD header file 2008-08-19 20:18:46 +00:00