aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SPQRSupport
Commit message (Collapse)AuthorAge
* Fix several uninitialized member from ctorGravatar Gael Guennebaud2018-11-23
|
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* Fix SPQR for rectangular matricesGravatar Gael Guennebaud2016-10-12
|
* bug #1167: simplify installation of header files using cmake's ↵Gravatar Gael Guennebaud2016-08-29
| | | | install(DIRECTORY ...) command.
* 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 ↵Gravatar Gael Guennebaud2015-02-13
| | | | when it make sense). In all other cases use the global Index type.
* Merge Index-refactoring branch with default, fix PastixSupport, remove some ↵Gravatar Gael Guennebaud2015-02-13
|\ | | | | | | useless typedefs
| * SPQR: fix default threshold valueGravatar Gael Guennebaud2015-02-03
| |
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index ↵Gravatar Christoph Hertzberg2014-12-04
|/ | | | to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
* 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