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
/
SparseQR
/
SparseQR.h
Commit message (
Expand
)
Author
Age
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Fix SparseQR for row-major inputs.
Gael Guennebaud
2014-09-19
*
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
*
merge default branch
Gael Guennebaud
2014-08-29
|
\
|
*
In SparseQR, calling factorize() without analyzePattern() was broken.
Gael Guennebaud
2014-08-26
|
*
Fix uninitialized variable warning in SparseQR
Vladimir Chalupecky
2014-08-20
*
|
Fix various small issues detected by gcc
Gael Guennebaud
2014-08-01
|
/
*
Fix bug #836: extend SparseQR to support more columns than rows.
Gael Guennebaud
2014-07-01
*
Add assertion and warning on the requirements of SparseQR and COLAMDOrdering
Gael Guennebaud
2014-06-20
*
Reduce explicit zeros when applying SparseQR's matrix Q
Gael Guennebaud
2013-09-20
*
Fix assert bug in sparseQR
Desire NUENTSA
2013-09-20
*
Fix elimination tree and SparseQR with rows<cols
Gael Guennebaud
2013-09-12
*
Added support for custom-scalars
Pavel Holoborodko
2013-09-02
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
Delete unneeded resize in SparseQR
Desire NUENTSA
2013-05-22
*
Fix bug #596 : Recover plain SparseMatrix from SparseQR matrixQ()
Desire NUENTSA
2013-05-21
*
Add reference for the default threshold in sparse QR
Desire NUENTSA
2013-02-25
*
Fix the computation of the default pivot threshold for sparse QR
Desire NUENTSA
2013-02-25
*
Cleaning pass on SparseQR
Gael Guennebaud
2013-02-24
*
remove double parenthesis
Gael Guennebaud
2013-02-22
*
Add setPivotThreshold to Sparse QR
Desire NUENTSA
2013-02-20
*
Add a rank-revealing feature to sparse QR
Desire NUENTSA
2013-02-15
*
Move SparseColEtree common to SparseLU and SparseQR to SparseCore and fix bui...
Desire NUENTSA
2013-01-14
*
Fix the column permutation in SparseQR
Desire NUENTSA
2013-01-14
*
SparseQR: clean a bit the documentation, fix rows/cols methods, remove rowsQ ...
Gael Guennebaud
2013-01-12
*
Pass a const matrix to sparseQR
Desire NUENTSA
2013-01-11
*
Add a sparse QR factorization and update the elimination tree in SparseLU
Desire NUENTSA
2013-01-11