aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/SuperLUSupport
Commit message (Collapse)AuthorAge
* suppress polluting EMPTY macro defined by SuperLUGravatar Gael Guennebaud2011-07-07
|
* add new interface to SuperLUGravatar Gael Guennebaud2011-07-07
|
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
|
* clean a bit SuperLU declarationsGravatar Gael Guennebaud2011-02-18
|
* Updates to the Sparse unsupported solvers module.Gravatar Romain Bossart2010-10-04
| | | | | | | | * change Sparse* specialization's signatures from <..., int Backend> to <..., typename Backend>. Update SparseExtra accordingly to use structs instead of the SparseBackend enum. * add SparseLDLT Cholmod specialization * for Cholmod and UmfPack, SparseLU, SparseLLT and SparseLDLT now use ei_solve_retval and have the new solve() method (to be closer to the 3.0 API). * fix doc
* fix unsupported module docGravatar Gael Guennebaud2010-06-30
|
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
| | | | | - all what's not in unsupported/ is considered stable API (except internal stuff e.g. expression templates).
* split the Sparse module into multiple ones, and move non stable parts to ↵Gravatar Gael Guennebaud2010-06-18
unsupported/ (see the ML for details)