aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseQR
Commit message (Collapse)AuthorAge
* Old gcc versions have problems with recursive #pragma GCC diagnostic push/popGravatar Christoph Hertzberg2018-08-28
| | | | Workaround: Don't include "DisableStupidWarnings.h" before including other main-headers
* Add missing licence header to some top header filesGravatar Gael Guennebaud2015-10-26
|
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
|
* Include misc struct declarationsGravatar Desire NUENTSA2013-05-29
|
* Fix a couple of remaining warnings (missing newlines, inline-noinline, ↵Gravatar Gael Guennebaud2013-03-01
| | | | meaningless type qualifiers)
* Move SparseColEtree common to SparseLU and SparseQR to SparseCore and fix ↵Gravatar Desire NUENTSA2013-01-14
| | | | build issue of sparseqr
* 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
| | | | methods and rename matrixQR to matrixR.
* Add a sparse QR factorization and update the elimination tree in SparseLUGravatar Desire NUENTSA2013-01-11