MADNESS
0.10.1
|
an arbitrary operator for real vectors More...
Protected Member Functions | |
void | action (const Vector< double, 3 > &invec, Vector< double, 3 > &outvec) const |
The action of the operator. More... | |
Additional Inherited Members | |
Public Member Functions inherited from madness::Operator< Vector< double, 3 > > | |
virtual | ~Operator () |
Vector< double, 3 > & | applyOp (const Vector< double, 3 > &in, Vector< double, 3 > &out) const |
Public access to the operator's action, returns out for convenience. More... | |
an arbitrary operator for real vectors
|
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< Vector< double, 3 > >.