aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SVD
Commit message (Expand)AuthorAge
* cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ...Gravatar Gael Guennebaud2012-04-18
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* remove an extra ';' and suppress a 'variable used before its value is set' wa...Gravatar Gael Guennebaud2012-04-11
* Document that JacobiSVD also handles complex matrices.Gravatar Jitse Niesen2012-01-26
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* bug #206 - part 4: Removes heap allocations from JacobiSVD and its preconditi...Gravatar Adolfo Rodriguez Tsourouksdissian2011-10-30
* Convert tabs to spaces.Gravatar Jitse Niesen2011-09-27
* Fix bug #286: Infinite loop in JacobiSVD with denormalsGravatar Jitse Niesen2011-09-27
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* Simplify the use of custom scalar types, the rule is to never directly call a...Gravatar Gael Guennebaud2011-05-25
* bug #271: fix copy/paste mistakes in docGravatar Gael Guennebaud2011-05-23
* clean a bit previous patch (ctor vs static_cast and a few bits)Gravatar Gael Guennebaud2011-05-23
* fix implicit scalar conversions (needed to support fancy scalar types, see bu...Gravatar David H. Bailey2011-05-23
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* * bug #206: correctly forward computationOptions and work towards avoiding ma...Gravatar Benoit Jacob2011-03-06
* Document (non)sorting of eigenvalues.Gravatar Jitse Niesen2011-02-27
* one more const missingGravatar Gael Guennebaud2011-01-25
* fix HouseholderSequence API, bug #50:Gravatar Benoit Jacob2010-12-30
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* make UpperBidiagonalization internal: don't want to support it, it's not used.Gravatar Benoit Jacob2010-11-23
* prevent warningGravatar Gael Guennebaud2010-11-10
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* work around stupid msvc error when constructing at compile time an expressionGravatar Benoit Jacob2010-10-19
* re-fix the broken msvc warning in JacobiSVDGravatar Benoit Jacob2010-10-18
* fix stupid msvc warning in jacobisvdGravatar Benoit Jacob2010-10-18
* add jacobiSvd() method, update test & docsGravatar Benoit Jacob2010-10-17
* doc typoGravatar Benoit Jacob2010-10-14
* JacobiSVD doc fixGravatar Benoit Jacob2010-10-14
* JacobiSVD:Gravatar Benoit Jacob2010-10-14
* remove SVD class (was bad code taked from elsewhere)Gravatar Benoit Jacob2010-10-12
* set ColPivHouseholderQR as default preconditioner for JacobiSVDGravatar Benoit Jacob2010-10-11
* implement JacobiSVD::solve() and expand the unit testGravatar Benoit Jacob2010-10-11
* add option to compute thin U/V.Gravatar Benoit Jacob2010-10-08
* Rework JacobiSVD api / template parameters.Gravatar Benoit Jacob2010-10-08
* Backed out changeset 2334291157fe192b7b9f651967126de3bf8d8cbeGravatar Benoit Jacob2010-10-08
* fix docGravatar Thomas Capricelli2010-10-04
* 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
* change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
* the Index types change.Gravatar Benoit Jacob2010-05-30
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* - 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