index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
sparse_solver.h
Commit message (
Expand
)
Author
Age
*
bug #1092: fix iterative solver ctors for expressions as input
Gael Guennebaud
2015-10-26
*
Fix conversion warning
Gael Guennebaud
2015-08-04
*
bug #792: SparseLU::factorize failed for structurally rank deficient matrices
Christoph Hertzberg
2015-07-26
*
Fix assignement to selfadjoint-view when testing real-world problems
Gael Guennebaud
2015-06-25
*
fix unused variable warning
Gael Guennebaud
2015-06-09
*
Skip too large real-world problems for solvers that do not scale (e.g., Simpl...
Gael Guennebaud
2015-06-09
*
Fix shadow warnings triggered by clang
Gael Guennebaud
2015-06-09
*
Improve unit testing of real-word sparse problem (fix some shortcommings, use...
Gael Guennebaud
2015-06-05
*
Make sparse unit-test helpers aware of StorageIndex
Gael Guennebaud
2015-03-09
*
Add a CG-based solver for rectangular least-square problems (bug #975).
Gael Guennebaud
2015-03-04
*
Fix a C++11 compilation issue in unit test
Gael Guennebaud
2015-02-19
*
Extend sparse-determinant unitests
Gael Guennebaud
2015-02-16
*
bug #897: fix regression in BiCGSTAB(mat) ctor (an all other iterative solvers).
Gael Guennebaud
2015-02-16
*
Merge Index-refactoring branch with default, fix PastixSupport, remove some u...
Gael Guennebaud
2015-02-13
|
\
|
*
Allows Lower|Upper as a template argument of CG and MINRES: in this case the ...
Gael Guennebaud
2015-02-10
|
*
bug #897: makes iterative sparse solvers use a Ref<SparseMatrix> instead of a...
Gael Guennebaud
2015-02-09
*
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
|
/
*
bug #670: add unit test for mapped input in sparse solver.
Gael Guennebaud
2014-10-20
*
Fix SparseLU::absDeterminant and add respective unit test
Gael Guennebaud
2014-10-17
*
Extend unit tests to check uncompressed sparse inputs in sparse solvers
Gael Guennebaud
2014-10-06
*
Workaround a bunch of stupid warnings in unit tests
Gael Guennebaud
2013-06-23
*
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
Bug567 : Fix iterative solvers to immediately return when the initial guess i...
Desire NUENTSA
2013-03-20
*
add support for solving with sparse right hand side
Desire NUENTSA
2013-01-25
*
merge Sparse LU branch
Desire NUENTSA
2012-09-07
|
\
|
*
Add unit tests
Desire NUENTSA
2012-08-03
*
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
|
make sure we do not solve with a null right hand side
Gael Guennebaud
2012-06-06
*
|
test block objects for sparse solving
Gael Guennebaud
2012-06-06
|
/
*
Correct a small bug in sparse_solver
Desire NUENTSA
2012-03-29
*
modify the unit tests of sparse linear solvers to enable tests on real matri...
Desire NUENTSA
2012-03-29
*
add unit tests for analyzePatter/factorize API
Gael Guennebaud
2012-02-27
*
Update the PARDISO interface to match other sparse solvers.
Gael Guennebaud
2012-02-04
*
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...
Gael Guennebaud
2011-11-12