aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SPQRSupport
Commit message (Expand)AuthorAge
* Fix several uninitialized member from ctorGravatar Gael Guennebaud2018-11-23
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Fix SPQR for rectangular matricesGravatar Gael Guennebaud2016-10-12
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
* bug #1086: replace deprecated UF_long by SuiteSparse_longGravatar Gael Guennebaud2015-10-12
* Doc: add link to doc of sparse solver conceptGravatar Gael Guennebaud2015-10-08
* 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