CHROMA
|
M^dag linear operator. More...
#include <ldag.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 linear operator.
Linear operator forming M^dag 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 130 of file ldag.h.
References Chroma::chi(), Chroma::isign, 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 140 of file ldag.h.
References Chroma::chi(), Chroma::ExternalFieldEnv::epsilon(), Chroma::isign, Chroma::MINUS, Chroma::PLUS, Chroma::psi, and Chroma::tmp.
|
inlinevirtual |
Subset comes from underlying operator.
Implements Chroma::LinearOperator< T >.
Definition at line 126 of file ldag.h.
References Chroma::approx_lmdag< T >::A.
|
private |
Definition at line 149 of file ldag.h.
Referenced by Chroma::approx_lmdag< T >::subset().