aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/QR/FullPivHouseholderQR.h
Commit message (Expand)AuthorAge
* PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* Deleted extra: EIGEN_DEVICE_FUNC: the QR and Cholesky code isn't ready to run...Gravatar Benoit Steiner2017-02-28
* Fix compilation of qr.inverse() for column and full pivoting variants.Gravatar Gael Guennebaud2016-10-06
* bug #1266: remove CUDA guards on MatrixBase::<decomposition> definitions. (th...Gravatar Gael Guennebaud2016-09-06
* bug #1265: remove outdated notesGravatar Gael Guennebaud2016-08-22
* Add documentation and exemples for inplace decomposition.Gravatar Gael Guennebaud2016-07-04
* bug #707: add inplace decomposition through Ref<> for Cholesky, LU and QR dec...Gravatar Gael Guennebaud2016-07-04
* Change the semantic of the last template parameter of Assignment from "Scalar...Gravatar Gael Guennebaud2016-07-04
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Generalize matrix ctor and compute() method of dense decomposition to 1) limi...Gravatar Gael Guennebaud2015-09-07
* bug #949: add static assertion for incompatible scalar types in dense end-use...Gravatar Gael Guennebaud2015-03-13
* New scoring functor to select the pivot.Gravatar Marc Glisse2015-03-03
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* merge default and evaluator branchesGravatar Gael Guennebaud2014-03-12
|\
* | Port QR module to Solve/InverseGravatar Gael Guennebaud2014-03-11
| * Make pivoting HouseholderQR compatible with custom scalar typesGravatar Christoph Hertzberg2014-02-25
|/
* Minor corrections in QR docs.Gravatar Jitse Niesen2013-12-31
* Fix FullPivHouseholderQR ctors for non squared fixed size matrix typesGravatar Gael Guennebaud2013-11-19
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Fix changeset 2702788da71303afa71e53dfa6542a560115425aGravatar Gael Guennebaud2013-11-01
* | Fix bug #678: vectors of row and columns transpositions were not properly res...Gravatar Gael Guennebaud2013-10-29
* | Make FullPivHouseholderQR::solve returns the least-square solution instead of...Gravatar Gael Guennebaud2013-08-20
| * Disable some shortcuts with nvccGravatar Gael Guennebaud2013-07-31
|/
* 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
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* 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
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* add Threshold API to FullPivHouseholderQRGravatar Benoit Jacob2011-01-27
* 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
* clean old stuff used to support precompilation inside a binary libGravatar Gael Guennebaud2010-06-07
* 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
* * 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