Ginkgo  Generated from pipelines/1478841010 branch based on develop. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
gko::batch::solver::Bicgstab< ValueType > Member List

This is the complete list of members for gko::batch::solver::Bicgstab< ValueType >, including all inherited members.

apply(ptr_param< const MultiVector< ValueType >> b, ptr_param< MultiVector< ValueType >> x) const (defined in gko::batch::solver::EnableBatchSolver< Bicgstab< ValueType >, ValueType >)gko::batch::solver::EnableBatchSolver< Bicgstab< ValueType >, ValueType >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< Bicgstab< ValueType >, ValueType >)gko::batch::solver::EnableBatchSolver< Bicgstab< ValueType >, ValueType >inline
apply(ptr_param< const MultiVector< ValueType >> b, ptr_param< MultiVector< ValueType >> x) (defined in gko::batch::solver::EnableBatchSolver< Bicgstab< ValueType >, ValueType >)gko::batch::solver::EnableBatchSolver< Bicgstab< ValueType >, ValueType >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< Bicgstab< ValueType >, ValueType >)gko::batch::solver::EnableBatchSolver< Bicgstab< ValueType >, ValueType >inline
build() -> decltype(Factory ::create()) (defined in gko::batch::solver::Bicgstab< ValueType >)gko::batch::solver::Bicgstab< ValueType >inlinestatic
clear() (defined in gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >inline
clone(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >inline
clone() const (defined in gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >inline
convert_to(result_type *result) const overridegko::EnablePolymorphicAssignment< Bicgstab< ValueType > >inlinevirtual
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Bicgstab< ValueType > >)gko::ConvertibleTo< Bicgstab< ValueType > >inline
copy_from(const PolymorphicObject *other) (defined in gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >inline
copy_from(std::unique_ptr< Derived > &&other) (defined in gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >inline
copy_from(const std::unique_ptr< Derived > &other) (defined in gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >inline
copy_from(const std::shared_ptr< const PolymorphicObject > &other) (defined in gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >inline
create_default(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >inline
create_default() const (defined in gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >inline
EnableBatchLinOp< Bicgstab > (defined in gko::batch::solver::Bicgstab< ValueType >)gko::batch::solver::Bicgstab< ValueType >friend
EnablePolymorphicObject< Bicgstab, BatchLinOp > (defined in gko::batch::solver::Bicgstab< ValueType >)gko::batch::solver::Bicgstab< ValueType >friend
get_max_iterations() constgko::batch::solver::BatchSolverinline
get_parameters() const (defined in gko::batch::solver::Bicgstab< ValueType >)gko::batch::solver::Bicgstab< ValueType >inline
get_preconditioner() constgko::batch::solver::BatchSolverinline
get_system_matrix() constgko::batch::solver::BatchSolverinline
get_tolerance() constgko::batch::solver::BatchSolverinline
get_tolerance_type() constgko::batch::solver::BatchSolverinline
move_from(ptr_param< PolymorphicObject > other) (defined in gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Bicgstab< ValueType >, BatchLinOp >inline
move_to(result_type *result) overridegko::EnablePolymorphicAssignment< Bicgstab< ValueType > >inlinevirtual
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Bicgstab< ValueType > >)gko::ConvertibleTo< Bicgstab< ValueType > >inline
real_type typedef (defined in gko::batch::solver::Bicgstab< ValueType >)gko::batch::solver::Bicgstab< ValueType >
reset_max_iterations(int max_iterations)gko::batch::solver::BatchSolverinline
reset_tolerance(double res_tol)gko::batch::solver::BatchSolverinline
reset_tolerance_type(::gko::batch::stop::tolerance_type tol_type)gko::batch::solver::BatchSolverinline
result_type typedef (defined in gko::EnablePolymorphicAssignment< Bicgstab< ValueType > >)gko::EnablePolymorphicAssignment< Bicgstab< ValueType > >
value_type typedef (defined in gko::batch::solver::Bicgstab< ValueType >)gko::batch::solver::Bicgstab< ValueType >
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Bicgstab< ValueType > >)gko::ConvertibleTo< Bicgstab< ValueType > >virtual