![]() |
|
#include "./InternalHeaderCheck.h"Go to the source code of this file.
Classes | |
| struct | Eigen::internal::traits< ConjugateGradient< MatrixType_, UpLo_, Preconditioner_ > > |
| class | Eigen::ConjugateGradient< MatrixType_, UpLo_, Preconditioner_ > |
| A conjugate gradient solver for sparse (or dense) self-adjoint problems. More... | |
Namespaces | |
| Eigen | |
| Namespace containing all symbols from the Eigen library. | |
| Eigen::internal | |
| Namespace containing low-level routines from the Eigen library. | |
Functions | |
| template<typename MatrixType , typename Rhs , typename Dest , typename Preconditioner > | |
| EIGEN_DONT_INLINE void | Eigen::internal::conjugate_gradient (const MatrixType &mat, const Rhs &rhs, Dest &x, const Preconditioner &precond, Index &iters, typename Dest::RealScalar &tol_error) |