Template Numerical Library version\ main:9e7b0f4
Loading...
Searching...
No Matches
TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor > Member List

This is the complete list of members for TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >, including all inherited members.

checkConvergence()TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
checkNextIteration()TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
configSetup(Config::ConfigDescription &config, const String &prefix="")TNL::Solvers::Linear::LinearSolver< Matrix >inlinestatic
TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >::configSetup(Config::ConfigDescription &config, const std::string &prefix="")TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >static
ConstVectorViewType typedef (defined in TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >)TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >
DeviceType typedef (defined in TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >)TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >
GEM()=defaultTNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >
getConvergenceResidue() constTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
getDivergenceResidue() constTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
getIterations() constTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
getMaxIterations() constTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
getMinIterations() constTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
getPivoting() constTNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >
getResidue() constTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
IndexType typedef (defined in TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >)TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >
IterativeSolver()=defaultTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
matrix (defined in TNL::Solvers::Linear::LinearSolver< Matrix >)TNL::Solvers::Linear::LinearSolver< Matrix >protected
MatrixPointer typedef (defined in TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >)TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >
MatrixType typedef (defined in TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >)TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >
nextIteration()TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
pivotingTNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >protected
preconditioner (defined in TNL::Solvers::Linear::LinearSolver< Matrix >)TNL::Solvers::Linear::LinearSolver< Matrix >protected
PreconditionerPointer typedefTNL::Solvers::Linear::LinearSolver< Matrix >
PreconditionerType typedefTNL::Solvers::Linear::LinearSolver< Matrix >
RealType typedef (defined in TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >)TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >
resetIterations()TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
setConvergenceResidue(const Matrix::RealType &convergenceResidue)TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
setDivergenceResidue(const Matrix::RealType &divergenceResidue)TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
setMatrix(const MatrixPointer &matrix)TNL::Solvers::Linear::LinearSolver< Matrix >inlinevirtual
setMaxIterations(const Matrix::IndexType &maxIterations)TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
setMinIterations(const Matrix::IndexType &minIterations)TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
setPivoting(bool pivoting)TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >
setPreconditioner(const PreconditionerPointer &preconditioner)TNL::Solvers::Linear::LinearSolver< Matrix >inline
setRefreshRate(const Matrix::IndexType &refreshRate)TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
setResidue(const Matrix::RealType &residue)TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
setSolverMonitor(SolverMonitorType &solverMonitor)TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
setup(const Config::ParameterContainer &parameters, const String &prefix="")TNL::Solvers::Linear::LinearSolver< Matrix >inlinevirtual
TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >::setup(const Config::ParameterContainer &parameters, const std::string &prefix="")TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
solve(ConstVectorViewType b, VectorViewType x) overrideTNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >virtual
solve(MatrixType &A, ConstVectorViewType b, VectorViewType x)TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >
SolverMonitorType typedefTNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >
VectorViewType typedef (defined in TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >)TNL::Solvers::Linear::GEM< Matrix, Real, SolverMonitor >
~LinearSolver()=defaultTNL::Solvers::Linear::LinearSolver< Matrix >virtual