aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SuperLUSupport/SuperLUSupport.h
Commit message (Collapse)AuthorAge
* fix casting from double* to void* in SuperLU and Cholmod supportGravatar Gael Guennebaud2013-06-24
|
* add support for solving with sparse right hand sideGravatar Desire NUENTSA2013-01-25
|
* merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\
| * Add tutorial for sparse solversGravatar Desire NUENTSA2012-09-07
| |
* | fix bug #499: the image was missing because of a dependency issue when ↵Gravatar Gael Guennebaud2012-08-27
| | | | | | | | building/executing the "special" examples
| * Add a draft (not clean ) version of the COLAMD ordering implementationGravatar Desire NUENTSA2012-07-18
| |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
| |
| * Update Ordering interfaceGravatar Desire NUENTSA2012-07-06
| |
* | Fix bug #454: allow Block/Map objects for solving with SuperLUGravatar Gael Guennebaud2012-06-06
| |
* | add a noncopyable base class for decompositionsGravatar Gael Guennebaud2012-06-04
|/
* 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
|
* fix memory leak in SuperLUSupportGravatar Gael Guennebaud2012-01-27
|
* fix compilation with clangGravatar Gael Guennebaud2011-12-05
|
* 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