aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SVD/SVD.h
Commit message (Expand)AuthorAge
* remove SVD class (was bad code taked from elsewhere)Gravatar Benoit Jacob2010-10-12
* Added a note to the Gram Schmidt code and improved some formatting.Gravatar Hauke Heibel2010-09-25
* Fixed some SVD issues.Gravatar Hauke Heibel2010-09-24
* Make the SVD's output unitary and improved unit tests.Gravatar Hauke Heibel2010-09-24
* SVD:Gravatar Benoit Jacob2010-09-23
* Fixed bad memory access in the SVD.Gravatar Hauke Heibel2010-09-23
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* rename:Gravatar Benoit Jacob2010-06-14
* the Index types change.Gravatar Benoit Jacob2010-05-30
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* fix the flags and matrix options, to always have the right RowMajor bit in th...Gravatar Benoit Jacob2010-03-19
* Propagate all five matrix template parameters to members and temporaries of d...Gravatar Adolfo Rodriguez Tsouroukdissian2010-03-08
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* EIGEN_ENUM_MIN ---> EIGEN_SIZE_MINGravatar Benoit Jacob2010-01-27
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Big renaming:Gravatar Benoit Jacob2010-01-04
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
| * Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
| * Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
| * precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
|/
* * mergeGravatar Benoit Jacob2009-11-09
|\
* | last round of changes, mainly to return derived types instead of base types, ...Gravatar Benoit Jacob2009-11-09
* | simplifications in the ei_solve_impl system, factor out some boilerplate codeGravatar Benoit Jacob2009-11-08
* | port the qr module to ei_solve_xxx.Gravatar Benoit Jacob2009-11-08
* | port svd to the ei_xxx_return_value thingGravatar Benoit Jacob2009-11-04
| * fix bug in svd solve reported on forum, was apparently assuming square matrix...Gravatar Benoit Jacob2009-11-04
* | SVD::solve() : port to new API and improvementsGravatar Benoit Jacob2009-10-30
|/
* * rename JacobiRotation => PlanarRotationGravatar Gael Guennebaud2009-09-02
* added missing JacobiRotation's ...Gravatar Hauke Heibel2009-09-01
* 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
* 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 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