Go to the source code of this file.
Classes | |
class | Eigen::IDRS< _MatrixType, _Preconditioner > |
The Induced Dimension Reduction method (IDR(s)) is a short-recurrences Krylov method for sparse square problems. More... | |
class | Eigen::IDRS< _MatrixType, _Preconditioner > |
The Induced Dimension Reduction method (IDR(s)) is a short-recurrences Krylov method for sparse square problems. More... | |
struct | Eigen::internal::traits< Eigen::IDRS< _MatrixType, _Preconditioner > > |
Namespaces | |
Eigen | |
Namespace containing all symbols from the Eigen library. | |
Eigen::internal | |
Functions | |
template<typename MatrixType , typename Rhs , typename Dest , typename Preconditioner > | |
bool | Eigen::internal::idrs (const MatrixType &A, const Rhs &b, Dest &x, const Preconditioner &precond, Index &iter, typename Dest::RealScalar &relres, Index S, bool smoothing, typename Dest::RealScalar angle, bool replacement) |
template<typename Vector , typename RealScalar > | |
Vector::Scalar | Eigen::internal::omega (const Vector &t, const Vector &s, RealScalar angle) |