![]() |
Ginkgo
Generated from tags/v1.0.0^0 branch based on master. Ginkgo version 1.0.0
A numerical linear algebra library targeting many-core architectures
|
A LinOp implementing this interface can be preconditioned. More...
#include <ginkgo/core/base/lin_op.hpp>
Public Member Functions | |
virtual std::shared_ptr< const LinOp > | get_preconditioner () const =0 |
Returns the preconditioner operator used by the Preconditionable. More... | |
A LinOp implementing this interface can be preconditioned.
|
pure virtual |
Returns the preconditioner operator used by the Preconditionable.
Implemented in gko::solver::Bicgstab< ValueType >, gko::solver::Fcg< ValueType >, gko::solver::Cg< ValueType >, gko::solver::Gmres< ValueType >, and gko::solver::Cgs< ValueType >.