version 0.4.1
Eigen::internal Namespace Reference

Classes

struct  traits< TruncatedConjugateGradient< MatrixType_, UpLo, Preconditioner_ > >
 

Functions

template<typename MatrixType , typename Rhs , typename Dest , typename Preconditioner >
void truncated_conjugate_gradient (const MatrixType &mat, const Rhs &rhs, Dest &x, const Preconditioner &precond, Eigen::Index &iters, typename Dest::RealScalar &tol_error, TCGInfo< typename Dest::RealScalar > &_info)
 

Function Documentation

◆ truncated_conjugate_gradient()

template<typename MatrixType , typename Rhs , typename Dest , typename Preconditioner >
void Eigen::internal::truncated_conjugate_gradient ( const MatrixType &  mat,
const Rhs &  rhs,
Dest &  x,
const Preconditioner &  precond,
Eigen::Index &  iters,
typename Dest::RealScalar &  tol_error,
TCGInfo< typename Dest::RealScalar > &  _info 
)
Here is the caller graph for this function: