aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/QR/CompleteOrthogonalDecomposition.h
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
* bug #1493: Make representation of HouseholderSequence consistent and working ...Gravatar Christoph Hertzberg2018-04-15
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* 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
* bug #1266: remove CUDA guards on MatrixBase::<decomposition> definitions. (th...Gravatar Gael Guennebaud2016-09-06
* Add brackets to block matrix and fixed some typosGravatar Christoph Hertzberg2016-07-27
* 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
* Prevent crash in CompleteOrthogonalDecomposition if object was default constr...Gravatar Rasmus Munk Larsen2016-04-21
* 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
* Implement complete orthogonal decomposition in Eigen.Gravatar Rasmus Munk Larsen2016-02-06