aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/CholmodSupport
Commit message (Collapse)AuthorAge
* CholmodDecomposition now has explicit variants. These variants will allow to ↵Gravatar Gael Guennebaud2012-06-04
| | | | provide access to the underlying factors.
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* Add private copy constructors to sparse solvers backendsGravatar Desire NUENTSA2012-03-29
|
* s/compressed()/isCompressed()Gravatar Gael Guennebaud2011-12-10
|
* Cholmod: add support for uncompressed SparseMatrix objectsGravatar Gael Guennebaud2011-12-10
|
* make the accessors to internal sparse storage part of the public API and ↵Gravatar Gael Guennebaud2011-12-04
| | | | remove their "_" prefix.
* improve documentation of some sparse related classesGravatar Gael Guennebaud2011-12-02
|
* cleanning pass on the sparse modules:Gravatar Gael Guennebaud2011-11-28
| | | | | - remove outdated/deprecated code - improve a bit the documentation
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵Gravatar Gael Guennebaud2011-11-12
stable yet" warning