CHROMA
|
M^dag.M linear operator. More...
#include <lmdagm.h>
Public Member Functions | |
approx_lmdagm (LinearOperator< T > *p) | |
Initialize pointer with existing pointer. More... | |
approx_lmdagm (Handle< LinearOperator< T > > p) | |
Copy pointer (one more owner) More... | |
~approx_lmdagm () | |
Destructor. More... | |
const Subset & | subset () const |
Subset comes from underlying operator. More... | |
void | operator() (T &chi, const T &psi, enum PlusMinus isign) const |
Apply the operator onto a source std::vector. More... | |
void | operator() (T &chi, const T &psi, enum PlusMinus isign, Real epsilon) const |
Apply the operator onto a source std::vector. More... | |
Public Member Functions inherited from Chroma::LinearOperator< T > | |
virtual | ~LinearOperator () |
Virtual destructor to help with cleanup;. More... | |
virtual unsigned long | nFlops () const |
Private Attributes | |
Handle< LinearOperator< T > > | A |
M^dag.M linear operator.
Linear operator forming M^dag.M from an operator M
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Apply the operator onto a source std::vector.
For this operator, the sign is ignored
Implements Chroma::LinearOperator< T >.
Definition at line 129 of file lmdagm.h.
References Chroma::chi(), Chroma::MINUS, Chroma::PLUS, Chroma::psi, and Chroma::tmp.
|
inlinevirtual |
Apply the operator onto a source std::vector.
For this operator, the sign is ignored
Reimplemented from Chroma::LinearOperator< T >.
Definition at line 139 of file lmdagm.h.
References Chroma::chi(), Chroma::ExternalFieldEnv::epsilon(), Chroma::MINUS, Chroma::PLUS, Chroma::psi, and Chroma::tmp.
|
inlinevirtual |
Subset comes from underlying operator.
Implements Chroma::LinearOperator< T >.
Definition at line 125 of file lmdagm.h.
References Chroma::approx_lmdagm< T >::A.
|
private |
Definition at line 148 of file lmdagm.h.
Referenced by Chroma::approx_lmdagm< T >::subset().