aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SVD
Commit message (Expand)AuthorAge
* bugfixes for ICC (compilation and runtime)Gravatar Gael Guennebaud2009-09-15
* big reorganization in JacobiSVD:Gravatar Benoit Jacob2009-09-03
* * rename JacobiRotation => PlanarRotationGravatar Gael Guennebaud2009-09-02
* mergeGravatar Benoit Jacob2009-09-02
|\
* | JacobiSVD: implement general R-SVD using full-pivoting QR, so we now support ...Gravatar Benoit Jacob2009-09-02
| * added missing JacobiRotation's ...Gravatar Hauke Heibel2009-09-01
|/
* add a JacobiRotation class wrapping the cosine-sine pair withGravatar Gael Guennebaud2009-09-01
* * JacobiSVD:Gravatar Benoit Jacob2009-08-31
* in all decs, make the compute() methods return *thisGravatar Benoit Jacob2009-08-15
* make SVD reuses applyJacobiGravatar Gael Guennebaud2009-08-16
* svd: sort in decreasing order, remove unused codeGravatar Benoit Jacob2009-08-15
* machine_epsilon -> epsilon as wrapper around numeric_traitsGravatar Benoit Jacob2009-08-14
* * remove EIGEN_DONT_INLINE that harm performance for small sizesGravatar Benoit Jacob2009-08-13
* make jacobi SVD more robust after experimenting with very nasty matrices...Gravatar Benoit Jacob2009-08-12
* finally, the good approach was two-sided Jacobi. Indeed, it allowsGravatar Benoit Jacob2009-08-12
* don't depend on uninitialized valueGravatar Benoit Jacob2009-08-09
* * add Jacobi transformationsGravatar Benoit Jacob2009-08-09
* fix bug in sorting of singular valuesGravatar Benoit Jacob2009-08-09
* make the dot product linear in the second variable, not the first variableGravatar Benoit Jacob2009-08-03
* bugfix in SVDGravatar Gael Guennebaud2009-07-20
* slight change in the comparison to -1Gravatar Gael Guennebaud2009-07-10
* include the fixes of the third editionGravatar Gael Guennebaud2009-07-06
* quick reimplementation of SVD from the numeral recipes book:Gravatar Gael Guennebaud2009-07-06
* fix #20: SVD::solve() now resize the resultGravatar Gael Guennebaud2009-07-04
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | fix typoGravatar Thomas Capricelli2009-05-22
* | QR and SVD decomposition interface unification.Gravatar Hauke Heibel2009-05-22
|/
* Add COMPONENT DevelGravatar Laurent Montel2009-02-23
* add computeRotationScaling and computeScalingRotation in SVDGravatar Benoit Jacob2009-01-22
* add polar decomposition on both sides, in SVD, with testGravatar Benoit Jacob2009-01-22
* more Scalar conversions fixesGravatar Gael Guennebaud2009-01-07
* * suppressed some minor warningsGravatar Kenneth Frank Riddile2009-01-06
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* doc: add a "non stable" warning for parts which are not partGravatar Gael Guennebaud2008-11-22
* Big API change in Cholesky module:Gravatar Gael Guennebaud2008-10-13
* Solve the issue found by Timothy in solveTriangular:Gravatar Gael Guennebaud2008-10-13
* fix stupid numerical stability issue in SVD::solve (though it is not yet as s...Gravatar Gael Guennebaud2008-09-04
* trivial compilation fix in SVDGravatar Gael Guennebaud2008-09-03
* Added a SVD module:Gravatar Gael Guennebaud2008-08-19