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::CuSolverWrapper< Matrix >) | TNL::Solvers::Linear::CuSolverWrapper< Matrix > | |
DeviceType typedef (defined in TNL::Solvers::Linear::CuSolverWrapper< Matrix >) | TNL::Solvers::Linear::CuSolverWrapper< Matrix > | |
getConvergenceResidue() const | TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType > | |
getDivergenceResidue() const | TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType > | |
getIterations() const | TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType > | |
getMaxIterations() const | TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType > | |
getMinIterations() const | TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType > | |
getResidue() const | TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType > | |
IndexType typedef (defined in TNL::Solvers::Linear::CuSolverWrapper< Matrix >) | TNL::Solvers::Linear::CuSolverWrapper< Matrix > | |
IterativeSolver()=default | TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType > | |
matrix (defined in TNL::Solvers::Linear::LinearSolver< Matrix >) | TNL::Solvers::Linear::LinearSolver< Matrix > | protected |
MatrixPointer typedef | TNL::Solvers::Linear::LinearSolver< Matrix > | |
MatrixType typedef | TNL::Solvers::Linear::LinearSolver< Matrix > | |
nextIteration() | TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType > | |
preconditioner (defined in TNL::Solvers::Linear::LinearSolver< Matrix >) | TNL::Solvers::Linear::LinearSolver< Matrix > | protected |
PreconditionerPointer typedef | TNL::Solvers::Linear::LinearSolver< Matrix > | |
PreconditionerType typedef | TNL::Solvers::Linear::LinearSolver< Matrix > | |
RealType typedef (defined in TNL::Solvers::Linear::CuSolverWrapper< Matrix >) | TNL::Solvers::Linear::CuSolverWrapper< Matrix > | |
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 > | |
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 ¶meters, const String &prefix="") | TNL::Solvers::Linear::LinearSolver< Matrix > | inlinevirtual |
TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType >::setup(const Config::ParameterContainer ¶meters, const std::string &prefix="") | TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType > | |
solve(ConstVectorViewType b, VectorViewType x) override | TNL::Solvers::Linear::CuSolverWrapper< Matrix > | inlinevirtual |
solveDense(ConstVectorViewType b, VectorViewType x) (defined in TNL::Solvers::Linear::CuSolverWrapper< Matrix >) | TNL::Solvers::Linear::CuSolverWrapper< Matrix > | inline |
SolverMonitorType typedef | TNL::Solvers::IterativeSolver< Matrix::RealType, Matrix::IndexType > | |
solveSparse(ConstVectorViewType b, VectorViewType x) (defined in TNL::Solvers::Linear::CuSolverWrapper< Matrix >) | TNL::Solvers::Linear::CuSolverWrapper< Matrix > | inline |
VectorViewType typedef (defined in TNL::Solvers::Linear::CuSolverWrapper< Matrix >) | TNL::Solvers::Linear::CuSolverWrapper< Matrix > | |
~LinearSolver()=default | TNL::Solvers::Linear::LinearSolver< Matrix > | virtual |