aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SPQRSupport
Commit message (Expand)AuthorAge
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * SPQR: fix default threshold valueGravatar Gael Guennebaud2015-02-03
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
|/
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* 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
* Fix SPQR Solve() when assigning to a Map objectGravatar Desire NUENTSA2013-09-26
* Fix leaked memory for successive calls to SPQRGravatar Desire NUENTSA2013-09-24
* Set back the default ordering method in SPQR supportGravatar Desire NUENTSA2013-05-13
* fix memory leak from Cholmod data in SPQR supportGravatar Desire NUENTSA2013-05-13
* bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
* Correct the SPQR backend for rank-deficient matrices and delete some public f...Gravatar Desire NUENTSA2013-02-20
* Correct bug in SPQR backend and replace matrixQR by matrixRGravatar Desire NUENTSA2013-01-29
* Update SPQR interfaceGravatar Desire NUENTSA2012-12-07
* Update SPQR module for Sparse LMGravatar Desire NUENTSA2012-11-21
* Add more useful functions to SPQR interfaceGravatar Desire NUENTSA2012-11-13
* Add support for Sparse QR factorizationGravatar Desire NUENTSA2012-11-12