index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
IterativeLinearSolvers
/
BasicPreconditioners.h
Commit message (
Expand
)
Author
Age
*
Use col method for column-major matrix
Justin Carpentier
2017-10-17
*
Fix LeastSquareDiagonalPreconditioner for complexes (issue introduced in prev...
Gael Guennebaud
2017-06-09
*
bug #1423: fix LSCG\'s Jacobi preconditioner for row-major matrices.
Gael Guennebaud
2017-06-08
*
Add LU::transpose().solve() and LU::adjoint().solve() API.
Gael Guennebaud
2015-12-01
*
Doc: add link to doc of sparse solver concept
Gael Guennebaud
2015-10-08
*
Propagate precondition info to the iterative solver.
Gael Guennebaud
2015-08-04
*
Rename LSCG to LeastSquaresConjugateGradient
Gael Guennebaud
2015-03-05
*
Add a CG-based solver for rectangular least-square problems (bug #975).
Gael Guennebaud
2015-03-04
*
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Refactoring of sparse solvers through a SparseSolverBase class and usage of t...
Gael Guennebaud
2014-09-01
*
Fix Jacobi preconditioner with zero diagonal entries
Gael Guennebaud
2014-06-17
*
fix bug #485: conflict between a typedef and template type parameter
Gael Guennebaud
2012-07-13
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
add analyzePattern/factorize API to iterative solvers and basic preconditioners
Gael Guennebaud
2012-02-27
*
improve documentation of some sparse related classes
Gael Guennebaud
2011-12-02
*
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...
Gael Guennebaud
2011-11-12