aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparseqr.cpp
Commit message (Expand)AuthorAge
* bug #899: make sparseqr unit test more stable by 1) trying with larger thresh...Gravatar Gael Guennebaud2019-02-19
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Add tests for sparseQR results (value and size) covering bugs #1522 and #1544Gravatar Jeff Trull2018-04-21
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* Add unit test for dense = SparseQR::matrixQGravatar Gael Guennebaud2015-06-24
* In SparseQR, calling factorize() without analyzePattern() was broken.Gravatar Gael Guennebaud2014-08-26
* Fix bug #836: extend SparseQR to support more columns than rows.Gravatar Gael Guennebaud2014-07-01
* Fix bug #596 : Recover plain SparseMatrix from SparseQR matrixQ()Gravatar Desire NUENTSA2013-05-21
* Fix no newline warning.Gravatar Gael Guennebaud2013-02-26
* Extend sparseqr unit test to check linearly dependent columnsGravatar Gael Guennebaud2013-02-24
* Add a sparse QR factorization and update the elimination tree in SparseLUGravatar Desire NUENTSA2013-01-11