eigen/Eigen
Benoit Jacob 291ee89684 add computeRotationScaling and computeScalingRotation in SVD
add convenience functions in Transform
reimplement Transform::rotation() to use that
add unit-test
2009-01-22 16:39:08 +00:00
..
src add computeRotationScaling and computeScalingRotation in SVD 2009-01-22 16:39:08 +00:00
Array * QR: add a rank() method and improve the accuracy of the rank 2009-01-20 16:37:52 +00:00
Cholesky * clarify the situation with experimental parts 2009-01-19 15:02:24 +00:00
CMakeLists.txt * clarify the situation with experimental parts 2009-01-19 15:02:24 +00:00
Core #error if min or max is defined 2009-01-19 13:23:41 +00:00
Geometry
LeastSquares
LU
QR
QtAlignedMalloc * complete the support of QVector via a QtAlignedMalloc header 2009-01-20 16:50:47 +00:00
Sparse add a flexible sparse matrix class designed for fast matrix assembly 2009-01-19 15:20:45 +00:00
StdVector * move cwise *= and /= to Core (like * and /) 2009-01-12 13:41:40 +00:00
SVD