KASKADE 7 development version
|
Store operator, independent of operator type. More...
#include <functor.hh>
Store operator, independent of operator type.
Definition at line 104 of file functor.hh.
Public Member Functions | |
ApplyOperatorImpl (Assembler const &assembler_, bool onlyLowerTriangle_, int rbegin_, int rend_, int cbegin_, int cend_) | |
virtual | ~ApplyOperatorImpl () |
virtual void | apply (Domain const &, Range &) const =0 |
virtual void | applyscaleadd (Scalar, Domain const &, Range &) const =0 |
virtual ApplyOperatorImpl * | clone () const =0 |
template<class Matrix > | |
Matrix | get () const |
template<class Matrix > | |
std::unique_ptr< Matrix > | getPointer () const |
|
inline |
Definition at line 107 of file functor.hh.
|
inlinevirtual |
Definition at line 111 of file functor.hh.
|
pure virtual |
Implemented in Kaskade::ApplyOperatorHandler< ParentApplyOperator, Operator >.
|
pure virtual |
Implemented in Kaskade::ApplyOperatorHandler< ParentApplyOperator, Operator >.
|
pure virtual |
Implemented in Kaskade::ApplyOperatorHandler< ParentApplyOperator, Operator >.
|
inline |
Definition at line 120 of file functor.hh.
|
inline |
Definition at line 123 of file functor.hh.