aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseQR
Commit message (Expand)AuthorAge
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* Fix SparseQR::rank for a completely empty matrix.Gravatar Gael Guennebaud2014-10-19
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Fix SparseQR for row-major inputs.Gravatar Gael Guennebaud2014-09-19
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Refactoring of sparse solvers through a SparseSolverBase class and usage of t...Gravatar Gael Guennebaud2014-09-01
* merge default branchGravatar Gael Guennebaud2014-08-29
|\
| * In SparseQR, calling factorize() without analyzePattern() was broken.Gravatar Gael Guennebaud2014-08-26
| * Fix uninitialized variable warning in SparseQRGravatar Vladimir Chalupecky2014-08-20
* | Fix various small issues detected by gccGravatar Gael Guennebaud2014-08-01
|/
* 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