#include <lopscl.h>
Inheritance diagram for Chroma::approx_lopscl< T, C >:

Public Member Functions | |
| approx_lopscl (LinearOperator< T > *p, const C &scale_fact_) | |
| Initialize pointer with existing pointer. | |
| approx_lopscl (Handle< LinearOperator< T > > p, const C &scale_fact_) | |
| Copy pointer (one more owner). | |
| ~approx_lopscl () | |
| 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 |
| const C | scale_fact |
This routine is specific to Wilson fermions!
This operator scales its input operator
Definition at line 61 of file lopscl.h.
| Chroma::approx_lopscl< T, C >::approx_lopscl | ( | LinearOperator< T > * | p, | |
| const C & | scale_fact_ | |||
| ) | [inline] |
| Chroma::approx_lopscl< T, C >::approx_lopscl | ( | Handle< LinearOperator< T > > | p, | |
| const C & | scale_fact_ | |||
| ) | [inline] |
| Chroma::approx_lopscl< T, C >::~approx_lopscl | ( | ) | [inline] |
| void Chroma::approx_lopscl< T, C >::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 88 of file lopscl.h.
References Chroma::approx_lopscl< T, C >::A, and Chroma::approx_lopscl< T, C >::scale_fact.
| void Chroma::approx_lopscl< T, C >::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 79 of file lopscl.h.
References Chroma::approx_lopscl< T, C >::A, and Chroma::approx_lopscl< T, C >::scale_fact.
| const Subset& Chroma::approx_lopscl< T, C >::subset | ( | void | ) | const [inline, virtual] |
Subset comes from underlying operator.
Implements Chroma::LinearOperator< T >.
Definition at line 75 of file lopscl.h.
References Chroma::approx_lopscl< T, C >::A.
Handle< LinearOperator<T> > Chroma::approx_lopscl< T, C >::A [private] |
Definition at line 96 of file lopscl.h.
Referenced by Chroma::approx_lopscl< T, C >::operator()(), and Chroma::approx_lopscl< T, C >::subset().
const C Chroma::approx_lopscl< T, C >::scale_fact [private] |
1.4.7