|
MADNESS 0.10.1
|


Public Member Functions | |
| RealFuncLinearOp (const Function< double, 3 > &_b) | |
Public Member Functions inherited from madness::Operator< Function< double, 3 > > | |
| virtual | ~Operator () |
| Function< double, 3 > & | applyOp (const Function< double, 3 > &in, Function< double, 3 > &out) const |
| Public access to the operator's action, returns out for convenience. | |
Protected Member Functions | |
| void | action (const Function< double, 3 > &invec, Function< double, 3 > &outvec) const |
| The action of the operator. | |
Protected Attributes | |
| const Function< double, 3 > & | b |
an arbitrary operator for a real 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< double, 3 > >.
References b, madness::Function< T, NDIM >::compress(), and madness::Function< T, NDIM >::truncate().