| additional_data | GinkgoWrappers::SolverCGS< ValueType, IndexType > | protected |
| apply(Vector< double > &solution, const Vector< double > &rhs) | GinkgoWrappers::SolverBase< double, int32_t > | |
| combined_factory | GinkgoWrappers::SolverBase< double, int32_t > | protected |
| control() const | GinkgoWrappers::SolverBase< double, int32_t > | |
| convergence_logger | GinkgoWrappers::SolverBase< double, int32_t > | protected |
| exec_type | GinkgoWrappers::SolverBase< double, int32_t > | private |
| executor | GinkgoWrappers::SolverBase< double, int32_t > | protected |
| initialize(const SparseMatrix< double > &matrix) | GinkgoWrappers::SolverBase< double, int32_t > | |
| initialize_ginkgo_log() | GinkgoWrappers::SolverBase< double, int32_t > | private |
| residual_criterion | GinkgoWrappers::SolverBase< double, int32_t > | protected |
| solve(const SparseMatrix< double > &matrix, Vector< double > &solution, const Vector< double > &rhs) | GinkgoWrappers::SolverBase< double, int32_t > | |
| solver_control | GinkgoWrappers::SolverBase< double, int32_t > | protected |
| solver_gen | GinkgoWrappers::SolverBase< double, int32_t > | protected |
| SolverBase(SolverControl &solver_control, const std::string &exec_type) | GinkgoWrappers::SolverBase< double, int32_t > | |
| SolverCGS(SolverControl &solver_control, const std::string &exec_type, const AdditionalData &data=AdditionalData()) | GinkgoWrappers::SolverCGS< ValueType, IndexType > | |
| SolverCGS(SolverControl &solver_control, const std::string &exec_type, const std::shared_ptr< gko::LinOpFactory > &preconditioner, const AdditionalData &data=AdditionalData()) | GinkgoWrappers::SolverCGS< ValueType, IndexType > | |
| system_matrix | GinkgoWrappers::SolverBase< double, int32_t > | private |
| ~SolverBase()=default | GinkgoWrappers::SolverBase< double, int32_t > | virtual |