EnableIterativeBase()=default (defined in gko::solver::EnableIterativeBase< DerivedType >) | gko::solver::EnableIterativeBase< DerivedType > | |
EnableIterativeBase(std::shared_ptr< const stop::CriterionFactory > stop_factory) (defined in gko::solver::EnableIterativeBase< DerivedType >) | gko::solver::EnableIterativeBase< DerivedType > | inline |
EnableIterativeBase(const EnableIterativeBase &other) | gko::solver::EnableIterativeBase< DerivedType > | inline |
EnableIterativeBase(EnableIterativeBase &&other) | gko::solver::EnableIterativeBase< DerivedType > | inline |
EnablePreconditionable()=default (defined in gko::solver::EnablePreconditionable< DerivedType >) | gko::solver::EnablePreconditionable< DerivedType > | |
EnablePreconditionable(std::shared_ptr< const LinOp > preconditioner) (defined in gko::solver::EnablePreconditionable< DerivedType >) | gko::solver::EnablePreconditionable< DerivedType > | inline |
EnablePreconditionable(const EnablePreconditionable &other) | gko::solver::EnablePreconditionable< DerivedType > | inline |
EnablePreconditionable(EnablePreconditionable &&other) | gko::solver::EnablePreconditionable< DerivedType > | inline |
EnablePreconditionedIterativeSolver()=default (defined in gko::solver::EnablePreconditionedIterativeSolver< ValueType, DerivedType >) | gko::solver::EnablePreconditionedIterativeSolver< ValueType, DerivedType > | |
EnablePreconditionedIterativeSolver(std::shared_ptr< const LinOp > system_matrix, std::shared_ptr< const stop::CriterionFactory > stop_factory, std::shared_ptr< const LinOp > preconditioner) (defined in gko::solver::EnablePreconditionedIterativeSolver< ValueType, DerivedType >) | gko::solver::EnablePreconditionedIterativeSolver< ValueType, DerivedType > | inline |
EnablePreconditionedIterativeSolver(std::shared_ptr< const LinOp > system_matrix, const FactoryParameters ¶ms) (defined in gko::solver::EnablePreconditionedIterativeSolver< ValueType, DerivedType >) | gko::solver::EnablePreconditionedIterativeSolver< ValueType, DerivedType > | inline |
EnableSolverBase() (defined in gko::solver::EnableSolverBase< DerivedType >) | gko::solver::EnableSolverBase< DerivedType > | inline |
EnableSolverBase(std::shared_ptr< const LinOp > system_matrix) (defined in gko::solver::EnableSolverBase< DerivedType >) | gko::solver::EnableSolverBase< DerivedType > | inline |
EnableSolverBase(const EnableSolverBase &other) | gko::solver::EnableSolverBase< DerivedType > | inline |
EnableSolverBase(EnableSolverBase &&other) | gko::solver::EnableSolverBase< DerivedType > | inline |
get_num_workspace_ops() const override (defined in gko::solver::EnableSolverBase< DerivedType >) | gko::solver::EnableSolverBase< DerivedType > | inline |
get_preconditioner() const | gko::Preconditionable | inlinevirtual |
get_stop_criterion_factory() const | gko::solver::IterativeBase | inline |
get_system_matrix() const | gko::solver::SolverBase< LinOp > | inline |
get_workspace_op_names() const override (defined in gko::solver::EnableSolverBase< DerivedType >) | gko::solver::EnableSolverBase< DerivedType > | inline |
get_workspace_scalars() const override | gko::solver::EnableSolverBase< DerivedType > | inline |
get_workspace_vectors() const override | gko::solver::EnableSolverBase< DerivedType > | inline |
EnableSolverBase< DerivedType >::operator=(const EnableSolverBase &other) | gko::solver::EnableSolverBase< DerivedType > | inline |
EnableSolverBase< DerivedType >::operator=(EnableSolverBase &&other) | gko::solver::EnableSolverBase< DerivedType > | inline |
gko::solver::EnableIterativeBase::operator=(const EnableIterativeBase &other) | gko::solver::EnableIterativeBase< DerivedType > | inline |
gko::solver::EnableIterativeBase::operator=(EnableIterativeBase &&other) | gko::solver::EnableIterativeBase< DerivedType > | inline |
gko::solver::EnablePreconditionable::operator=(const EnablePreconditionable &other) | gko::solver::EnablePreconditionable< DerivedType > | inline |
gko::solver::EnablePreconditionable::operator=(EnablePreconditionable &&other) | gko::solver::EnablePreconditionable< DerivedType > | inline |
set_preconditioner(std::shared_ptr< const LinOp > new_precond) override | gko::solver::EnablePreconditionable< DerivedType > | inlinevirtual |
set_stop_criterion_factory(std::shared_ptr< const stop::CriterionFactory > new_stop_factory) override | gko::solver::EnableIterativeBase< DerivedType > | inlinevirtual |
~Preconditionable()=default (defined in gko::Preconditionable) | gko::Preconditionable | virtual |