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