Ginkgo  Generated from pipelines/1478841010 branch based on develop. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
Public Member Functions | List of all members
gko::AbsoluteComputable Class Referenceabstract

The AbsoluteComputable is an interface that allows to get the component wise absolute of a LinOp. More...

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

Inheritance diagram for gko::AbsoluteComputable:
[legend]

Public Member Functions

virtual std::unique_ptr< LinOpcompute_absolute_linop () const =0
 Gets the absolute LinOp. More...
 
virtual void compute_absolute_inplace ()=0
 Compute absolute inplace on each element.
 

Detailed Description

The AbsoluteComputable is an interface that allows to get the component wise absolute of a LinOp.

Use EnableAbsoluteComputation<AbsoluteLinOp> to implement this interface.

Member Function Documentation

◆ compute_absolute_linop()

virtual std::unique_ptr<LinOp> gko::AbsoluteComputable::compute_absolute_linop ( ) const
pure virtual

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