aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SPQRSupport
Commit message (Collapse)AuthorAge
* SPQR: fix default threshold valueGravatar Gael Guennebaud2015-02-03
|
* 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 ↵Gravatar Gael Guennebaud2014-09-01
| | | | the Solve<> expression. Introduce a SolveWithGuess expression on top of Solve.
* 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 ↵Gravatar Gael Guennebaud2013-02-25
| | | | cases that might affect the ABI (see the bug entry)
* Correct the SPQR backend for rank-deficient matrices and delete some public ↵Gravatar Desire NUENTSA2013-02-20
| | | | functions
* 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