Go to the source code of this file.
|
| | Eigen |
| | Namespace containing all symbols from the Eigen library.
|
| |
| | Eigen::internal |
| | Namespace containing low-level routines from the Eigen library.
|
| |
|
| template<typename Vector , typename RealScalar > |
| Vector::Scalar | Eigen::internal::omega (const Vector &t, const Vector &s, RealScalar angle) |
| |
| 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) |
| |