Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |