aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/QR/CompleteOrthogonalDecomposition.h
Commit message (Expand)AuthorAge
* 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