MADNESS
0.10.1
|
Public Member Functions | |
ComplexFuncLinearOp (const Function< std::complex< double >, 3 > &_b) | |
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... | |
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... | |
Protected Attributes | |
const Function< std::complex< double >, 3 > & | b |
an arbitrary operator for a complex function assumes the function b is never zero in the domain
|
inline |
|
inlineprotectedvirtual |
The action of the operator.
[in] | in | The input vector |
[out] | out | The action of the operator on the input vector |
Implements madness::Operator< Function< std::complex< double >, 3 > >.
References b.
|
protected |