aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse_solver.h
Commit message (Expand)AuthorAge
* add specialization of check_sparse_solving() for SuperLU solver, in order to ...Gravatar Ralf Hannemann-Tamas2021-02-08
* Show call stack in case of failing sparse solving.Gravatar Gael Guennebaud2018-10-16
* Limit test size for sparse Cholesky solvers to EIGEN_TEST_MAX_SIZEGravatar Christoph Hertzberg2018-04-13
* Extend unit test to check sparse solvers with a SparseVector as the rhs and r...Gravatar Gael Guennebaud2016-11-06
* Fix nesting of SolveWithGuess, and add unit test.Gravatar Gael Guennebaud2016-07-04
* Add unit test for solveWithGuess, and fix template resolution.Gravatar Gael Guennebaud2016-07-04
* bug #1092: fix iterative solver ctors for expressions as inputGravatar Gael Guennebaud2015-10-26
* Fix conversion warningGravatar Gael Guennebaud2015-08-04
* bug #792: SparseLU::factorize failed for structurally rank deficient matricesGravatar Christoph Hertzberg2015-07-26
* Fix assignement to selfadjoint-view when testing real-world problemsGravatar Gael Guennebaud2015-06-25
* fix unused variable warningGravatar Gael Guennebaud2015-06-09
* Skip too large real-world problems for solvers that do not scale (e.g., Simpl...Gravatar Gael Guennebaud2015-06-09
* Fix shadow warnings triggered by clangGravatar Gael Guennebaud2015-06-09
* Improve unit testing of real-word sparse problem (fix some shortcommings, use...Gravatar Gael Guennebaud2015-06-05
* Make sparse unit-test helpers aware of StorageIndexGravatar Gael Guennebaud2015-03-09
* Add a CG-based solver for rectangular least-square problems (bug #975).Gravatar Gael Guennebaud2015-03-04
* Fix a C++11 compilation issue in unit testGravatar Gael Guennebaud2015-02-19
* Extend sparse-determinant unitestsGravatar Gael Guennebaud2015-02-16
* bug #897: fix regression in BiCGSTAB(mat) ctor (an all other iterative solvers).Gravatar Gael Guennebaud2015-02-16
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * Allows Lower|Upper as a template argument of CG and MINRES: in this case the ...Gravatar Gael Guennebaud2015-02-10
| * bug #897: makes iterative sparse solvers use a Ref<SparseMatrix> instead of a...Gravatar Gael Guennebaud2015-02-09
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
|/
* bug #670: add unit test for mapped input in sparse solver.Gravatar Gael Guennebaud2014-10-20
* Fix SparseLU::absDeterminant and add respective unit testGravatar Gael Guennebaud2014-10-17
* Extend unit tests to check uncompressed sparse inputs in sparse solversGravatar Gael Guennebaud2014-10-06
* Workaround a bunch of stupid warnings in unit testsGravatar Gael Guennebaud2013-06-23
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Bug567 : Fix iterative solvers to immediately return when the initial guess i...Gravatar Desire NUENTSA2013-03-20
* add support for solving with sparse right hand sideGravatar Desire NUENTSA2013-01-25
* 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 matri...Gravatar Desire NUENTSA2012-03-29
* 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
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12