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

an arbitrary operator for real vectors More...

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

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...
 

Detailed Description

an arbitrary operator for real vectors

Member Function Documentation

◆ action()

void RealVecLinearOp::action ( const Vector< double, 3 > &  in,
Vector< 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< Vector< double, 3 > >.


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