| add_logger(std::shared_ptr< const Logger > logger) override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| apply(ptr_param< const MultiVector< ValueType > > b, ptr_param< MultiVector< ValueType > > x) const (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inline |
| apply(ptr_param< const MultiVector< ValueType > > alpha, ptr_param< const MultiVector< ValueType > > b, ptr_param< const MultiVector< ValueType > > beta, ptr_param< MultiVector< ValueType > > x) const (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inline |
| apply(ptr_param< const MultiVector< ValueType > > b, ptr_param< MultiVector< ValueType > > x) (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inline |
| apply(ptr_param< const MultiVector< ValueType > > alpha, ptr_param< const MultiVector< ValueType > > b, ptr_param< const MultiVector< ValueType > > beta, ptr_param< MultiVector< ValueType > > x) (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inline |
| apply_impl(const MultiVector< ValueType > *b, MultiVector< ValueType > *x) const (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inlineprotected |
| apply_impl(const MultiVector< ValueType > *alpha, const MultiVector< ValueType > *b, const MultiVector< ValueType > *beta, MultiVector< ValueType > *x) const (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inlineprotected |
| BatchSolver() (defined in gko::batch::solver::BatchSolver) | gko::batch::solver::BatchSolver | inlineprotected |
| BatchSolver(std::shared_ptr< const BatchLinOp > system_matrix, std::shared_ptr< const BatchLinOp > gen_preconditioner, const double res_tol, const int max_iterations, const ::gko::batch::stop::tolerance_type tol_type) (defined in gko::batch::solver::BatchSolver) | gko::batch::solver::BatchSolver | inlineprotected |
| build() -> decltype(Factory ::create()) (defined in gko::batch::solver::Bicgstab< ValueType >) | gko::batch::solver::Bicgstab< ValueType > | inlinestatic |
| clear() (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| clear_impl() override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| clear_loggers() override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| clone(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| clone() const (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| convert_to(result_type *result) const override | gko::EnablePolymorphicAssignment< ConcreteBatchLinOp > | inline |
| gko::ConvertibleTo::convert_to(result_type *result) const =0 | gko::ConvertibleTo< ResultType > | pure virtual |
| convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< ResultType >) | gko::ConvertibleTo< ResultType > | inline |
| copy_from(const PolymorphicObject *other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| copy_from(std::unique_ptr< Derived > &&other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| copy_from(const std::unique_ptr< Derived > &other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| copy_from(const std::shared_ptr< const PolymorphicObject > &other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| gko::PolymorphicObject::copy_from(std::unique_ptr< Derived, Deleter > &&other) | gko::PolymorphicObject | inline |
| gko::PolymorphicObject::copy_from(const std::unique_ptr< Derived, Deleter > &other) | gko::PolymorphicObject | inline |
| copy_from_impl(const PolymorphicObject *other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| copy_from_impl(std::unique_ptr< PolymorphicObject > other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| create_default(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| create_default() const (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| create_default_impl(std::shared_ptr< const Executor > exec) const override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| EnableBatchLinOp< Bicgstab > (defined in gko::batch::solver::Bicgstab< ValueType >) | gko::batch::solver::Bicgstab< ValueType > | friend |
| EnableBatchSolver(std::shared_ptr< const Executor > exec) (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inlineexplicitprotected |
| EnableBatchSolver(std::shared_ptr< const Executor > exec, std::shared_ptr< const BatchLinOp > system_matrix, const FactoryParameters ¶ms) (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inlineexplicitprotected |
| EnableBatchSolver(const EnableBatchSolver &other) (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inlineprotected |
| EnableBatchSolver(EnableBatchSolver &&other) (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inlineprotected |
| EnablePolymorphicObject< Bicgstab, BatchLinOp > (defined in gko::batch::solver::Bicgstab< ValueType >) | gko::batch::solver::Bicgstab< ValueType > | friend |
| get_executor() const noexcept | gko::PolymorphicObject | inline |
| get_loggers() const override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| get_max_iterations() const | gko::batch::solver::BatchSolver | inline |
| get_parameters() const (defined in gko::batch::solver::Bicgstab< ValueType >) | gko::batch::solver::Bicgstab< ValueType > | inline |
| get_preconditioner() const | gko::batch::solver::BatchSolver | inline |
| get_system_matrix() const | gko::batch::solver::BatchSolver | inline |
| get_tolerance() const | gko::batch::solver::BatchSolver | inline |
| get_tolerance_type() const | gko::batch::solver::BatchSolver | inline |
| max_iterations_ (defined in gko::batch::solver::BatchSolver) | gko::batch::solver::BatchSolver | protected |
| move_from(ptr_param< PolymorphicObject > other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| move_from_impl(PolymorphicObject *other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| move_from_impl(std::unique_ptr< PolymorphicObject > other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| move_to(result_type *result) override | gko::EnablePolymorphicAssignment< ConcreteBatchLinOp > | inline |
| gko::ConvertibleTo::move_to(result_type *result)=0 | gko::ConvertibleTo< ResultType > | pure virtual |
| move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< ResultType >) | gko::ConvertibleTo< ResultType > | inline |
| operator=(const EnableBatchSolver &other) (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inlineprotected |
| operator=(EnableBatchSolver &&other) (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inlineprotected |
| operator=(const PolymorphicObject &) (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inline |
| PolymorphicObject(std::shared_ptr< const Executor > exec) | gko::PolymorphicObject | inlineexplicitprotected |
| PolymorphicObject(const PolymorphicObject &other) (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inlineexplicitprotected |
| preconditioner_ (defined in gko::batch::solver::BatchSolver) | gko::batch::solver::BatchSolver | protected |
| real_type typedef (defined in gko::batch::solver::Bicgstab< ValueType >) | gko::batch::solver::Bicgstab< ValueType > | |
| remove_logger(const Logger *logger) override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| reset_max_iterations(int max_iterations) | gko::batch::solver::BatchSolver | inline |
| reset_tolerance(double res_tol) | gko::batch::solver::BatchSolver | inline |
| reset_tolerance_type(::gko::batch::stop::tolerance_type tol_type) | gko::batch::solver::BatchSolver | inline |
| residual_tol_ (defined in gko::batch::solver::BatchSolver) | gko::batch::solver::BatchSolver | protected |
| self() noexcept (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inlineprotected |
| self() const noexcept (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inlineprotected |
| set_preconditioner(std::shared_ptr< const BatchLinOp > new_precond) (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inlineprotected |
| set_preconditioner_base(std::shared_ptr< const BatchLinOp > precond) (defined in gko::batch::solver::BatchSolver) | gko::batch::solver::BatchSolver | inlineprotected |
| set_system_matrix(std::shared_ptr< const BatchLinOp > new_system_matrix) (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | inlineprotected |
| set_system_matrix_base(std::shared_ptr< const BatchLinOp > system_matrix) (defined in gko::batch::solver::BatchSolver) | gko::batch::solver::BatchSolver | inlineprotected |
| solver_apply(const MultiVector< ValueType > *b, MultiVector< ValueType > *x, log::detail::log_data< real_type > *info) const =0 (defined in gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase >) | gko::batch::solver::EnableBatchSolver< ConcreteSolver, ValueType, PolymorphicBase > | protectedpure virtual |
| system_matrix_ (defined in gko::batch::solver::BatchSolver) | gko::batch::solver::BatchSolver | protected |
| tol_type_ (defined in gko::batch::solver::BatchSolver) | gko::batch::solver::BatchSolver | protected |
| value_type typedef (defined in gko::batch::solver::Bicgstab< ValueType >) | gko::batch::solver::Bicgstab< ValueType > | |
| workspace_ (defined in gko::batch::solver::BatchSolver) | gko::batch::solver::BatchSolver | mutableprotected |
| ~ConvertibleTo()=default (defined in gko::ConvertibleTo< ResultType >) | gko::ConvertibleTo< ResultType > | virtual |
| ~Loggable()=default (defined in gko::log::Loggable) | gko::log::Loggable | virtual |
| ~PolymorphicObject() (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inlinevirtual |