aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/IterativeLinearSolvers
Commit message (Expand)AuthorAge
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* Bugfix: conjugate_gradient did not compile with lazy-evaluated RealScalarGravatar Bernardo Bahia Monteiro2020-03-29
* Remove EIGEN_MPL2_ONLY guard in IncompleteCholesky that is no longer needed a...Gravatar Rasmus Munk Larsen2019-03-13
* Remove EIGEN_MPL2_ONLY guards around code re-licensed from LGPL to MPL2 in ht...Gravatar Rasmus Munk Larsen2019-03-05
* Fix several uninitialized member from ctorGravatar Gael Guennebaud2018-11-23
* Remove useless (and broken) resizeGravatar Gael Guennebaud2018-10-16
* Iterative solvers: unify and fix handling of multiple rhs.Gravatar Gael Guennebaud2018-10-15
* Fix conjugate-gradient for very small rhsGravatar Gael Guennebaud2018-09-13
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Use col method for column-major matrixGravatar Justin Carpentier2017-10-17
* Fix LeastSquareDiagonalPreconditioner for complexes (issue introduced in prev...Gravatar Gael Guennebaud2017-06-09
* bug #1423: fix LSCG\'s Jacobi preconditioner for row-major matrices.Gravatar Gael Guennebaud2017-06-08
* Generalize IterativeSolverBase::solve to hanlde any sparse type as the result...Gravatar Gael Guennebaud2016-11-06
* Fix regression in X = (X*X.transpose())/s with X rectangular by deferring res...Gravatar Gael Guennebaud2016-10-26
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* 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
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Extend doc on shifting strategyGravatar Gael Guennebaud2016-01-27
* Add link to reference paper.Gravatar Gael Guennebaud2016-01-23
* bug #1150: make IncompleteCholesky more robust by iteratively increase the sh...Gravatar Gael Guennebaud2016-01-23
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Add matrix-free solver exampleGravatar Gael Guennebaud2015-12-07
* Implement wrapper for matrix-free iterative solversGravatar Gael Guennebaud2015-12-07
* Add LU::transpose().solve() and LU::adjoint().solve() API.Gravatar Gael Guennebaud2015-12-01
* bug #1092: fix iterative solver ctors for expressions as inputGravatar Gael Guennebaud2015-10-26
* Make the IterativeLinearSolvers module compatible with MPL2-only modeGravatar Gael Guennebaud2015-10-26
* Add missing include of std vectorGravatar Gael Guennebaud2015-10-08
* Move IncompleteCholesky to official modulesGravatar Gael Guennebaud2015-10-08
* Doc: add link to doc of sparse solver conceptGravatar Gael Guennebaud2015-10-08
* Since there is no reason for evaluators to be nested by reference, let's remo...Gravatar Gael Guennebaud2015-09-02
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* Fix LSCG::solve with a sparse destination.Gravatar Gael Guennebaud2015-09-02
* Propagate precondition info to the iterative solver.Gravatar Gael Guennebaud2015-08-04
* Doc: explain perf and multithreading issues in sparse iterative solversGravatar Gael Guennebaud2015-06-26
* Optimize CG to enable faster spare row-major * dense vector products when the...Gravatar Gael Guennebaud2015-06-25
* Clarify documentation of the tolerance and error returned in iterative solversGravatar Gael Guennebaud2015-06-25
* BiCGSTAB: set default guess to 0, and improve restart mechanism by recomputin...Gravatar Gael Guennebaud2015-06-05
* Fix bug #1010: m_isInitialized was improperly updatedGravatar Gael Guennebaud2015-05-07
* Fix compilation of iterative solvers with dense matricesGravatar Gael Guennebaud2015-03-09
* bug #963: make IncompleteLUT compatible with non-default storage index types.Gravatar Gael Guennebaud2015-03-09
* Rename LSCG to LeastSquaresConjugateGradientGravatar Gael Guennebaud2015-03-05
* Really use zero guess in ConjugateGradients::solve as documentedGravatar Jan Blechta2015-02-18
* Add a CG-based solver for rectangular least-square problems (bug #975).Gravatar Gael Guennebaud2015-03-04
* bug #897: fix regression in BiCGSTAB(mat) ctor (an all other iterative solvers).Gravatar Gael Guennebaud2015-02-16
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16