Chroma::approx_lmdag< T > Class Template Reference
[Fermion linear operators]

M^dag linear operator. More...

#include <ldag.h>

Inheritance diagram for Chroma::approx_lmdag< T >:

Chroma::LinearOperator< T > List of all members.

Public Member Functions

 approx_lmdagm (LinearOperator< T > *p)
 Initialize pointer with existing pointer.
 approx_lmdagm (Handle< LinearOperator< T > > p)
 Copy pointer (one more owner).
 ~approx_lmdagm ()
 Destructor.
const Subset & subset () const
 Subset comes from underlying operator.
void operator() (T &chi, const T &psi, enum PlusMinus isign) const
 Apply the operator onto a source vector.
void operator() (T &chi, const T &psi, enum PlusMinus isign, Real epsilon) const
 Apply the operator onto a source vector.

Private Attributes

Handle< LinearOperator< T > > A

Detailed Description

template<typename T>
class Chroma::approx_lmdag< T >

M^dag linear operator.

Linear operator forming M^dag from an operator M

Definition at line 113 of file ldag.h.


Constructor & Destructor Documentation

template<typename T>
Chroma::approx_lmdag< T >::~approx_lmdagm (  )  [inline]

Destructor.

Definition at line 124 of file ldag.h.


Member Function Documentation

template<typename T>
Chroma::approx_lmdag< T >::approx_lmdagm ( Handle< LinearOperator< T > >  p  )  [inline]

Copy pointer (one more owner).

Definition at line 121 of file ldag.h.

template<typename T>
Chroma::approx_lmdag< T >::approx_lmdagm ( LinearOperator< T > *  p  )  [inline]

Initialize pointer with existing pointer.

Requires that the pointer p is a return value of new

Definition at line 118 of file ldag.h.

template<typename T>
void Chroma::approx_lmdag< T >::operator() ( T chi,
const T psi,
enum PlusMinus  isign,
Real  epsilon 
) const [inline, virtual]

Apply the operator onto a source vector.

For this operator, the sign is ignored

Reimplemented from Chroma::LinearOperator< T >.

Definition at line 141 of file ldag.h.

References Chroma::MINUS, Chroma::PLUS, and T.

template<typename T>
void Chroma::approx_lmdag< T >::operator() ( T chi,
const T psi,
enum PlusMinus  isign 
) const [inline, virtual]

Apply the operator onto a source vector.

For this operator, the sign is ignored

Implements Chroma::LinearOperator< T >.

Definition at line 131 of file ldag.h.

References Chroma::MINUS, Chroma::PLUS, and T.

template<typename T>
const Subset& Chroma::approx_lmdag< T >::subset ( void   )  const [inline, virtual]

Subset comes from underlying operator.

Implements Chroma::LinearOperator< T >.

Definition at line 127 of file ldag.h.

References Chroma::approx_lmdag< T >::A.


Member Data Documentation

template<typename T>
Handle< LinearOperator<T> > Chroma::approx_lmdag< T >::A [private]

Definition at line 150 of file ldag.h.

Referenced by Chroma::approx_lmdag< T >::subset().


The documentation for this class was generated from the following file:
Generated on Sat Nov 21 04:40:13 2009 for CHROMA by  doxygen 1.4.7