Ginkgo  Generated from pipelines/1068515030 branch based on master. Ginkgo version 1.7.0
A numerical linear algebra library targeting many-core architectures
Public Member Functions | List of all members
gko::Preconditionable Class Reference

A LinOp implementing this interface can be preconditioned. More...

#include <ginkgo/core/base/lin_op.hpp>

Inheritance diagram for gko::Preconditionable:
[legend]

Public Member Functions

virtual std::shared_ptr< const LinOpget_preconditioner () const
 Returns the preconditioner operator used by the Preconditionable. More...
 
virtual void set_preconditioner (std::shared_ptr< const LinOp > new_precond)
 Sets the preconditioner operator used by the Preconditionable. More...
 

Detailed Description

A LinOp implementing this interface can be preconditioned.

Member Function Documentation

◆ get_preconditioner()

virtual std::shared_ptr<const LinOp> gko::Preconditionable::get_preconditioner ( ) const
inlinevirtual

Returns the preconditioner operator used by the Preconditionable.

Returns
the preconditioner operator used by the Preconditionable

Referenced by gko::solver::EnablePreconditionable< Bicg< ValueType > >::operator=().

◆ set_preconditioner()

virtual void gko::Preconditionable::set_preconditioner ( std::shared_ptr< const LinOp new_precond)
inlinevirtual

The documentation for this class was generated from the following file: