Go to the source code of this file.
Classes | |
class | Eigen::MINRES< MatrixType_, UpLo_, Preconditioner_ > |
A minimal residual solver for sparse symmetric problems. More... | |
Namespaces | |
Eigen | |
: TensorContractionSycl.h, provides various tensor contraction kernel for SYCL backend | |
Eigen::internal | |
Functions | |
template<typename MatrixType , typename Rhs , typename Dest , typename Preconditioner > | |
EIGEN_DONT_INLINE void | Eigen::internal::minres (const MatrixType &mat, const Rhs &rhs, Dest &x, const Preconditioner &precond, Index &iters, typename Dest::RealScalar &tol_error) |