aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseQR
Commit message (Expand)AuthorAge
* Fix bug #836: extend SparseQR to support more columns than rows.Gravatar Gael Guennebaud2014-07-01
* Add assertion and warning on the requirements of SparseQR and COLAMDOrderingGravatar Gael Guennebaud2014-06-20
* Reduce explicit zeros when applying SparseQR's matrix QGravatar Gael Guennebaud2013-09-20
* Fix assert bug in sparseQRGravatar Desire NUENTSA2013-09-20
* Fix elimination tree and SparseQR with rows<colsGravatar Gael Guennebaud2013-09-12
* Added support for custom-scalarsGravatar Pavel Holoborodko2013-09-02
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Delete unneeded resize in SparseQRGravatar Desire NUENTSA2013-05-22
* Fix bug #596 : Recover plain SparseMatrix from SparseQR matrixQ()Gravatar Desire NUENTSA2013-05-21
* Add reference for the default threshold in sparse QRGravatar Desire NUENTSA2013-02-25
* Fix the computation of the default pivot threshold for sparse QRGravatar Desire NUENTSA2013-02-25
* Cleaning pass on SparseQRGravatar Gael Guennebaud2013-02-24
* remove double parenthesisGravatar Gael Guennebaud2013-02-22
* Add setPivotThreshold to Sparse QRGravatar Desire NUENTSA2013-02-20
* Add a rank-revealing feature to sparse QRGravatar Desire NUENTSA2013-02-15
* Move SparseColEtree common to SparseLU and SparseQR to SparseCore and fix bui...Gravatar Desire NUENTSA2013-01-14
* Fix the column permutation in SparseQRGravatar Desire NUENTSA2013-01-14
* SparseQR: clean a bit the documentation, fix rows/cols methods, remove rowsQ ...Gravatar Gael Guennebaud2013-01-12
* Fix installation path of SparseQRGravatar Gael Guennebaud2013-01-12
* Pass a const matrix to sparseQRGravatar Desire NUENTSA2013-01-11
* Add a sparse QR factorization and update the elimination tree in SparseLUGravatar Desire NUENTSA2013-01-11