aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse_solver.h
Commit message (Collapse)AuthorAge
* merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\
| * Add unit testsGravatar Desire NUENTSA2012-08-03
| |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
| |
* | make sure we do not solve with a null right hand sideGravatar Gael Guennebaud2012-06-06
| |
* | test block objects for sparse solvingGravatar Gael Guennebaud2012-06-06
|/
* Correct a small bug in sparse_solverGravatar Desire NUENTSA2012-03-29
|
* modify the unit tests of sparse linear solvers to enable tests on real ↵Gravatar Desire NUENTSA2012-03-29
| | | | matrices, from MatrixMarket for instance
* add unit tests for analyzePatter/factorize APIGravatar Gael Guennebaud2012-02-27
|
* Update the PARDISO interface to match other sparse solvers.Gravatar Gael Guennebaud2012-02-04
| | | | | | | - Add support for Upper or Lower inputs. - Add supports for sparse RHS - Remove transposed cases, remove ordering method interface - Add full access to PARDISO parameters
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵Gravatar Gael Guennebaud2011-11-12
stable yet" warning