aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/QR
Commit message (Expand)AuthorAge
* Enable CompleteOrthogonalDecomposition::pseudoInverse with non-square fixed-s...Gravatar Gael Guennebaud2019-11-13
* Mask unused-parameter warnings, when building with NDEBUGGravatar Christoph Hertzberg2019-01-18
* PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* update commentGravatar Gael Guennebaud2018-06-29
* bug #1493: Make representation of HouseholderSequence consistent and working ...Gravatar Christoph Hertzberg2018-04-15
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* bug #1403: more scalar conversions fixes in BDCSVDGravatar Gael Guennebaud2017-06-09
* bug #1403: fix implicit scalar type conversion.Gravatar Gael Guennebaud2017-06-09
* Fix unwanted Real to Scalar to Real conversions in column-pivoting QR.Gravatar Gael Guennebaud2017-04-14
* Deleted extra: EIGEN_DEVICE_FUNC: the QR and Cholesky code isn't ready to run...Gravatar Benoit Steiner2017-02-28
* Fix and workaround several doxygen issues/warningsGravatar Gael Guennebaud2017-01-04
* 1. Add explicit template to abs2 (resolves deduction for some arithmetic types)Gravatar Angelos Mantzaflaris2016-12-02
* 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 #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* bug #1265: remove outdated notesGravatar Gael Guennebaud2016-08-22
* Add brackets to block matrix and fixed some typosGravatar Christoph Hertzberg2016-07-27
* Clean references to MKL in LAPACKe support.Gravatar Gael Guennebaud2016-07-25
* Rename MKL filesGravatar Gael Guennebaud2016-07-25
* bug #173: remove dependency to MKL for LAPACKe backend.Gravatar Gael Guennebaud2016-07-25
* Fix ambiguous specialization with custom scalar typeGravatar Gael Guennebaud2016-07-20
* 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
* Handle some Index to int conversions in BLAS/LAPACK support.Gravatar Gael Guennebaud2016-05-26
* Prevent crash in CompleteOrthogonalDecomposition if object was default constr...Gravatar Rasmus Munk Larsen2016-04-21
* Removed executable bit from header filesGravatar Benoit Steiner2016-03-23
* Rename inverse -> pseudoInverse.Gravatar Rasmus Munk Larsen2016-02-10
* Enable inverse() method for computing pseudo-inverse.Gravatar Rasmus Munk Larsen2016-02-09
* Make applyZAdjointOnTheLeftInPlace protected.Gravatar Rasmus Munk Larsen2016-02-08
* Add missing calls to tests of COD.Gravatar Rasmus Munk Larsen2016-02-08
* Nevermind.Gravatar Rasmus Munk Larsen2016-02-06
* Add my name to copyright notice in ColPivHouseholder.h, mostly for previous w...Gravatar Rasmus Munk Larsen2016-02-06
* Implement complete orthogonal decomposition in Eigen.Gravatar Rasmus Munk Larsen2016-02-06
* Fix bad line break. Don't repeat Kahan matrix test since it is deterministic.Gravatar Rasmus Munk Larsen2016-02-03
* Make the array of directly compute column norms a member to avoid allocation ...Gravatar Rasmus Munk Larsen2016-02-03
* Change Eigen's ColPivHouseholderQR to use the numerically stable norm downdat...Gravatar Rasmus Munk Larsen2016-01-28
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Fix MKL compilation issueGravatar Gael Guennebaud2015-12-11
* Fix compilation of MKL support.Gravatar Gael Guennebaud2015-12-11
* 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
* Merged in chtz/eigen-indexconversion (pull request PR-92)Gravatar Gael Guennebaud2015-02-16
|\
| * Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* | bug #952: Missing \endcode made doxygen fail to build ColPivHouseholderQRGravatar Christoph Hertzberg2015-02-15
| * Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
| * Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
| |\ | |/ |/|
* | bug #941: fix accuracy issue in ColPivHouseholderQR, do not stop decompositio...Gravatar Gael Guennebaud2015-01-30