aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/QR
Commit message (Expand)AuthorAge
* Make FullPivHouseholderQR::solve returns the least-square solution instead of...Gravatar Gael Guennebaud2013-08-20
* Fix various scalar type conversion warnings.Gravatar Gael Guennebaud2013-07-12
* Fix HouseholderSequence::conjugate() and ::adjoint() and add respective unit ...Gravatar Gael Guennebaud2013-06-17
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Fix bug #599: add missing documentation of some members in QR module.Gravatar Gael Guennebaud2013-06-10
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Add assertion on the input matrix size in factorizations relying on permutati...Gravatar Gael Guennebaud2013-02-26
* Remove superfluous cast.Gravatar Gael Guennebaud2013-02-24
* Clarify the doc for column-pivoting QRGravatar Desire NUENTSA2013-02-21
* Add matrixR() to get the triangular factor from the Householder QRGravatar Desire NUENTSA2013-02-20
* Fix some implicit int64 to int conversion warnings. However, the real issueGravatar Gael Guennebaud2013-02-14
* remove dummy code in ColPivHouseholderQR::solveGravatar Gael Guennebaud2013-01-23
* Update SPQR module for Sparse LMGravatar Desire NUENTSA2012-11-21
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* fix various regressions with MKL supportGravatar Gael Guennebaud2012-07-28
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix bug #486: template speacialization of member functions must be declared i...Gravatar Gael Guennebaud2012-07-05
* Doc: add an example for HouseholderQR::householderQ()Gravatar Gael Guennebaud2012-07-02
* 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
* suppress extra ',' and ';'Gravatar Gael Guennebaud2012-04-10
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* 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
* bug #206 - part 3: Reimplement FullPivHouseholderQR<T>::matrixQ() using Retur...Gravatar Adolfo Rodriguez Tsourouksdissian2011-03-08
* fix bug #330: Index to int conversion warningGravatar Gael Guennebaud2011-08-23
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* 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
* add Threshold API to FullPivHouseholderQRGravatar Benoit Jacob2011-01-27
* Make HouseholderSequence::setTrans() protected (cf. bug #50).Gravatar Jitse Niesen2011-01-06
* fix HouseholderSequence API, bug #50:Gravatar Benoit Jacob2010-12-30
* fix compilationGravatar Gael Guennebaud2010-12-10
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Added more detailed docs to the QR decompositions classes.Gravatar Hauke Heibel2010-08-05
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* block householder : minor optimizationGravatar Gael Guennebaud2010-06-24
* Add blocking inside HouseholderQR based on code from Vincent Lejeune.Gravatar Gael Guennebaud2010-06-17
* add an inplace householder QR dec function in preparation for a block versionGravatar Gael Guennebaud2010-06-17
* clean old stuff used to support precompilation inside a binary libGravatar Gael Guennebaud2010-06-07
* Fixes the problem, described here:Gravatar Anton Gladky2010-05-28
* the Index types change.Gravatar Benoit Jacob2010-05-30
* introduce a new macro EIGEN_ARG_UNUSED(arg) and use it in some places toGravatar Thomas Capricelli2010-05-21
* * 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
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* 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