|
MADNESS 0.10.1
|
an arbitrary operator for complex vectors More...


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