Go to the source code of this file.
Classes | |
class | ConjugateGradient< _MatrixType, _UpLo, _Preconditioner > |
A conjugate gradient solver for sparse self-adjoint problems. More... |
Namespaces | |
namespace | Eigen |
Namespace containing all symbols from the Eigen library. | |
namespace | Eigen::internal |
Functions | |
template<typename MatrixType , typename Rhs , typename Dest , typename Preconditioner > | |
EIGEN_DONT_INLINE void | conjugate_gradient (const MatrixType &mat, const Rhs &rhs, Dest &x, const Preconditioner &precond, int &iters, typename Dest::RealScalar &tol_error) |