MADNESS  0.10.1
Protected Member Functions | List of all members
ComplexFuncIdentOp Class Reference

the identity operator for a complex function More...

Inheritance diagram for ComplexFuncIdentOp:
Inheritance graph
[legend]
Collaboration diagram for ComplexFuncIdentOp:
Collaboration graph
[legend]

Protected Member Functions

void action (const Function< std::complex< double >, 3 > &invec, Function< std::complex< double >, 3 > &outvec) const
 The action of the operator. More...
 

Additional Inherited Members

- Public Member Functions inherited from madness::Operator< Function< std::complex< double >, 3 > >
virtual ~Operator ()
 
Function< std::complex< double >, 3 > & applyOp (const Function< std::complex< double >, 3 > &in, Function< std::complex< double >, 3 > &out) const
 Public access to the operator's action, returns out for convenience. More...
 

Detailed Description

the identity operator for a complex function

Member Function Documentation

◆ action()

void ComplexFuncIdentOp::action ( const Function< std::complex< double >, 3 > &  in,
Function< std::complex< double >, 3 > &  out 
) const
inlineprotectedvirtual

The action of the operator.

Parameters
[in]inThe input vector
[out]outThe action of the operator on the input vector

Implements madness::Operator< Function< std::complex< double >, 3 > >.

References madness::copy().


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