index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
SPQRSupport
Commit message (
Expand
)
Author
Age
*
Fix SPQR for rectangular matrices
Gael Guennebaud
2016-10-12
*
bug #1167: simplify installation of header files using cmake's install(DIRECT...
Gael Guennebaud
2016-08-29
*
Add LU::transpose().solve() and LU::adjoint().solve() API.
Gael Guennebaud
2015-12-01
*
bug #1086: replace deprecated UF_long by SuiteSparse_long
Gael Guennebaud
2015-10-12
*
Doc: add link to doc of sparse solver concept
Gael Guennebaud
2015-10-08
*
Index refactoring: StorageIndex must be used for storage only (and locally wh...
Gael Guennebaud
2015-02-13
*
Merge Index-refactoring branch with default, fix PastixSupport, remove some u...
Gael Guennebaud
2015-02-13
|
\
|
*
SPQR: fix default threshold value
Gael Guennebaud
2015-02-03
*
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
|
/
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Refactoring of sparse solvers through a SparseSolverBase class and usage of t...
Gael Guennebaud
2014-09-01
*
Fix SPQR Solve() when assigning to a Map object
Desire NUENTSA
2013-09-26
*
Fix leaked memory for successive calls to SPQR
Desire NUENTSA
2013-09-24
*
Set back the default ordering method in SPQR support
Desire NUENTSA
2013-05-13
*
fix memory leak from Cholmod data in SPQR support
Desire NUENTSA
2013-05-13
*
bug #482: pass scalar arguments by const references. Still remains a few case...
Gael Guennebaud
2013-02-25
*
Correct the SPQR backend for rank-deficient matrices and delete some public f...
Desire NUENTSA
2013-02-20
*
Correct bug in SPQR backend and replace matrixQR by matrixR
Desire NUENTSA
2013-01-29
*
Update SPQR interface
Desire NUENTSA
2012-12-07
*
Update SPQR module for Sparse LM
Desire NUENTSA
2012-11-21
*
Add more useful functions to SPQR interface
Desire NUENTSA
2012-11-13
*
Add support for Sparse QR factorization
Desire NUENTSA
2012-11-12