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

Public Member Functions | |
| lopsclArray (LinearOperatorArray< T > *p, const C &scale_fact_) | |
| Initialize pointer with existing pointer. | |
| lopsclArray (Handle< LinearOperatorArray< T > > p, const C &scale_fact_) | |
| Copy pointer (one more owner). | |
| ~lopsclArray () | |
| Destructor. | |
| int | size () const |
| Length of array index. | |
| const Subset & | subset () const |
| Subset comes from underlying operator. | |
| void | operator() (multi1d< T > &chi, const multi1d< T > &psi, enum PlusMinus isign) const |
| Apply the operator onto a source vector. | |
Private Attributes | |
| Handle< LinearOperatorArray< T > > | A |
| const C | scale_fact |
This routine is specific to Wilson fermions!
Linear operator forming M^dag.M from an operator M
Definition at line 111 of file lopscl.h.
| Chroma::lopsclArray< T, C >::lopsclArray | ( | LinearOperatorArray< T > * | p, | |
| const C & | scale_fact_ | |||
| ) | [inline] |
| Chroma::lopsclArray< T, C >::lopsclArray | ( | Handle< LinearOperatorArray< T > > | p, | |
| const C & | scale_fact_ | |||
| ) | [inline] |
| Chroma::lopsclArray< T, C >::~lopsclArray | ( | ) | [inline] |
| void Chroma::lopsclArray< T, C >::operator() | ( | multi1d< T > & | chi, | |
| const multi1d< T > & | psi, | |||
| enum PlusMinus | isign | |||
| ) | const [inline, virtual] |
Apply the operator onto a source vector.
For this operator, the sign is ignored
Implements Chroma::LinearOperatorArray< T >.
Definition at line 132 of file lopscl.h.
References Chroma::lopsclArray< T, C >::A, Chroma::lopsclArray< T, C >::scale_fact, and Chroma::lopsclArray< T, C >::size().
| int Chroma::lopsclArray< T, C >::size | ( | void | ) | const [inline, virtual] |
Length of array index.
Implements Chroma::LinearOperatorArray< T >.
Definition at line 125 of file lopscl.h.
References Chroma::lopsclArray< T, C >::A.
Referenced by Chroma::lopsclArray< T, C >::operator()().
| const Subset& Chroma::lopsclArray< T, C >::subset | ( | void | ) | const [inline, virtual] |
Subset comes from underlying operator.
Implements Chroma::LinearOperatorArray< T >.
Definition at line 128 of file lopscl.h.
References Chroma::lopsclArray< T, C >::A.
Handle< LinearOperatorArray<T> > Chroma::lopsclArray< T, C >::A [private] |
Definition at line 144 of file lopscl.h.
Referenced by Chroma::lopsclArray< T, C >::operator()(), Chroma::lopsclArray< T, C >::size(), and Chroma::lopsclArray< T, C >::subset().
const C Chroma::lopsclArray< T, C >::scale_fact [private] |
1.4.7