_solve_impl(const Rhs &b, Dest &x) const | Eigen::DGMRES< _MatrixType, _Preconditioner > | inline |
_solve_vector_with_guess_impl(const Rhs &b, Dest &x) const | Eigen::DGMRES< _MatrixType, _Preconditioner > | inline |
_solve_with_guess_impl(const Rhs &b, SparseMatrixBase< DestDerived > &aDest) const | Eigen::DGMRES< _MatrixType, _Preconditioner > | inline |
_solve_with_guess_impl(const Rhs &b, MatrixBase< DestDerived > &aDest) const | Eigen::DGMRES< _MatrixType, _Preconditioner > | inline |
_solve_with_guess_impl(const Rhs &b, MatrixBase< DestDerived > &dest) const | Eigen::DGMRES< _MatrixType, _Preconditioner > | inline |
Base typedef | Eigen::DGMRES< _MatrixType, _Preconditioner > | private |
ComplexVector typedef | Eigen::DGMRES< _MatrixType, _Preconditioner > | |
deflSize() | Eigen::DGMRES< _MatrixType, _Preconditioner > | inline |
DenseMatrix typedef | Eigen::DGMRES< _MatrixType, _Preconditioner > | |
DenseRealMatrix typedef | Eigen::DGMRES< _MatrixType, _Preconditioner > | |
DenseRealVector typedef | Eigen::DGMRES< _MatrixType, _Preconditioner > | |
DenseVector typedef | Eigen::DGMRES< _MatrixType, _Preconditioner > | |
dgmres(const MatrixType &mat, const Rhs &rhs, Dest &x, const Preconditioner &precond) const | Eigen::DGMRES< _MatrixType, _Preconditioner > | protected |
DGMRES() | Eigen::DGMRES< _MatrixType, _Preconditioner > | inline |
DGMRES(const EigenBase< MatrixDerived > &A) | Eigen::DGMRES< _MatrixType, _Preconditioner > | inlineexplicit |
dgmresApplyDeflation(const RhsType &In, DestType &Out) const | Eigen::DGMRES< _MatrixType, _Preconditioner > | protected |
dgmresComputeDeflationData(const MatrixType &mat, const Preconditioner &precond, const Index &it, StorageIndex &neig) const | Eigen::DGMRES< _MatrixType, _Preconditioner > | protected |
dgmresCycle(const MatrixType &mat, const Preconditioner &precond, Dest &x, DenseVector &r0, RealScalar &beta, const RealScalar &normRhs, Index &nbIts) const | Eigen::DGMRES< _MatrixType, _Preconditioner > | protected |
dgmresInitDeflation(Index &rows) const | Eigen::DGMRES< _MatrixType, _Preconditioner > | protected |
m_error | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprivate |
m_force | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
m_H | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
m_Hes | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
m_info | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprivate |
m_isDeflAllocated | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
m_isDeflInitialized | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
m_isInitialized | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprivate |
m_iterations | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprivate |
m_lambdaN | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
m_luT | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
m_maxNeig | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
m_MU | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
m_neig | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
m_r | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
m_restart | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
m_smv | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
m_T | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
m_tolerance | Eigen::DGMRES< _MatrixType, _Preconditioner > | private |
m_U | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
m_V | Eigen::DGMRES< _MatrixType, _Preconditioner > | mutableprotected |
matrix() const | Eigen::DGMRES< _MatrixType, _Preconditioner > | inlineprivate |
MatrixType typedef | Eigen::DGMRES< _MatrixType, _Preconditioner > | |
Preconditioner typedef | Eigen::DGMRES< _MatrixType, _Preconditioner > | |
RealScalar typedef | Eigen::DGMRES< _MatrixType, _Preconditioner > | |
restart() | Eigen::DGMRES< _MatrixType, _Preconditioner > | inline |
Scalar typedef | Eigen::DGMRES< _MatrixType, _Preconditioner > | |
schurValues(const ComplexSchur< DenseMatrix > &schurofH) const | Eigen::DGMRES< _MatrixType, _Preconditioner > | inlineprotected |
schurValues(const RealSchur< DenseMatrix > &schurofH) const | Eigen::DGMRES< _MatrixType, _Preconditioner > | inlineprotected |
set_restart(const Index restart) | Eigen::DGMRES< _MatrixType, _Preconditioner > | inline |
setEigenv(const Index neig) | Eigen::DGMRES< _MatrixType, _Preconditioner > | inline |
setMaxEigenv(const Index maxNeig) | Eigen::DGMRES< _MatrixType, _Preconditioner > | inline |
StorageIndex typedef | Eigen::DGMRES< _MatrixType, _Preconditioner > | |
~DGMRES() | Eigen::DGMRES< _MatrixType, _Preconditioner > | inline |