Ginkgo Generated from branch based on main. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
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.
 
virtual void set_preconditioner (std::shared_ptr< const LinOp > new_precond)
 Sets the preconditioner operator used by the Preconditionable.
 

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< DerivedType >::operator=().

◆ set_preconditioner()


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