aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/SparseExtra
Commit message (Collapse)AuthorAge
...
* fix a couple of issues in SuperLU support (memory and determinant)Gravatar Gael Guennebaud2011-09-24
|
* port umfpack support to new APIGravatar Gael Guennebaud2011-09-24
|
* protect calls to min and max with parentheses to make Eigen compatible with ↵Gravatar Gael Guennebaud2011-07-21
| | | | | | | default windows.h (transplanted from 49b6e9143e1d74441924c0c313536e263e12a55c )
* add new interface to SuperLUGravatar Gael Guennebaud2011-07-07
|
* Sparse: fix long int as index type in simplicial cholesky and other ↵Gravatar Gael Guennebaud2011-06-06
| | | | decompositions
* add read/write routines for sparse matrices in the Market formatGravatar Gael Guennebaud2011-05-31
|
* port sparse LLT/LDLT to new stack allocation APIGravatar Gael Guennebaud2011-03-20
|
* now fixing "unsupported" "legacy" code...Gravatar Gael Guennebaud2011-03-01
|
* fix compilation with gcc 3.4Gravatar Gael Guennebaud2011-02-25
|
* fix umfpack with complexesGravatar Gael Guennebaud2011-02-18
|
* clean a bit SuperLU declarationsGravatar Gael Guennebaud2011-02-18
|
* fix bug #184 (warning)Gravatar Gael Guennebaud2011-02-14
|
* disable broken determinant for complexes and SuperLUGravatar Gael Guennebaud2011-01-28
|
* Fix bug #38Gravatar Romain Bossart2011-01-07
| | | | * address of temporaries were passed to umfpack_zi_* functions. It is ok with g++-4.4 or 4.5, but not with the -std=c++0x in both versions. This patch makes it work for c++98 and c++0x versions
* an attempt to fix a compilation issue with -std=c++0xGravatar Gael Guennebaud2011-01-01
|
* fix warningGravatar Gael Guennebaud2010-12-13
|
* clean a bit AMD and SimplicialCholesky and add support for partly stored ↵Gravatar Gael Guennebaud2010-11-18
| | | | selfadjoint matrices
* add a minimum degree ordering routine based on CSparse (LGPL) and a new ↵Gravatar Gael Guennebaud2010-11-04
| | | | built-in sparse cholesky decomposition
* add the possibility to solve for sparse rhs with CholmodGravatar Gael Guennebaud2010-10-27
|
* rm the useless SparseSolverBase class and provide more compile time traitsGravatar Gael Guennebaud2010-10-26
|
* add new API for Cholmod preserving the legacy one for nowGravatar Gael Guennebaud2010-10-26
|
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
| | | | | | | Renamed meta_{true|false} to {true|false}_type, meta_if to conditional, is_same_type to is_same, un{ref|pointer|const} to remove_{reference|pointer|const} and makeconst to add_const. Changed boolean type 'ret' member to 'value'. Changed 'ret' members refering to types to 'type'. Adapted all code occurences.
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* remove the Taucs backend : Taucs is not maintained anymore and the backend ↵Gravatar Gael Guennebaud2010-10-06
| | | | was crap anyway
* 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
* email changeGravatar Gael Guennebaud2010-06-24
|
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
|
* add missing filesGravatar Gael Guennebaud2010-06-18
|
* split the Sparse module into multiple ones, and move non stable parts to ↵Gravatar Gael Guennebaud2010-06-18
unsupported/ (see the ML for details)