Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR... | Gael Guennebaud | 2018-07-17 |
* | Add tests for sparseQR results (value and size) covering bugs #1522 and #1544 | Jeff Trull | 2018-04-21 |
* | Enable and fix -Wdouble-conversion warnings | Christoph Hertzberg | 2016-05-05 |
* | Add unit test for dense = SparseQR::matrixQ | Gael Guennebaud | 2015-06-24 |
* | In SparseQR, calling factorize() without analyzePattern() was broken. | Gael Guennebaud | 2014-08-26 |
* | Fix bug #836: extend SparseQR to support more columns than rows. | Gael Guennebaud | 2014-07-01 |
* | Fix bug #596 : Recover plain SparseMatrix from SparseQR matrixQ() | Desire NUENTSA | 2013-05-21 |
* | Fix no newline warning. | Gael Guennebaud | 2013-02-26 |
* | Extend sparseqr unit test to check linearly dependent columns | Gael Guennebaud | 2013-02-24 |
* | Add a sparse QR factorization and update the elimination tree in SparseLU | Desire NUENTSA | 2013-01-11 |