#include <ldag.h>
Inheritance diagram for Chroma::MdagLinOpArray< T >:

Public Member Functions | |
| MdagLinOpArray (LinearOperatorArray< T > *p) | |
| Initialize pointer with existing pointer. | |
| MdagLinOpArray (Handle< LinearOperatorArray< T > > p) | |
| Copy pointer (one more owner). | |
| ~MdagLinOpArray () | |
| 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. | |
| unsigned long | nFlops (void) const |
Private Attributes | |
| Handle< LinearOperatorArray< T > > | A |
Linear operator forming M^dag from an operator M
Definition at line 67 of file ldag.h.
| Chroma::MdagLinOpArray< T >::MdagLinOpArray | ( | LinearOperatorArray< T > * | p | ) | [inline] |
| Chroma::MdagLinOpArray< T >::MdagLinOpArray | ( | Handle< LinearOperatorArray< T > > | p | ) | [inline] |
| Chroma::MdagLinOpArray< T >::~MdagLinOpArray | ( | ) | [inline] |
| unsigned long Chroma::MdagLinOpArray< T >::nFlops | ( | void | ) | const [inline, virtual] |
Return the number of flops performed by operator() Base linop returns 0 and this can be overridden
Reimplemented from Chroma::LinearOperatorArray< T >.
Definition at line 96 of file ldag.h.
References Chroma::MdagLinOpArray< T >::A.
| void Chroma::MdagLinOpArray< T >::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 88 of file ldag.h.
References Chroma::MINUS, Chroma::PLUS, and Chroma::MdagLinOpArray< T >::size().
| int Chroma::MdagLinOpArray< T >::size | ( | void | ) | const [inline, virtual] |
Length of array index.
Implements Chroma::LinearOperatorArray< T >.
Definition at line 81 of file ldag.h.
References Chroma::MdagLinOpArray< T >::A.
Referenced by Chroma::MdagLinOpArray< T >::operator()().
| const Subset& Chroma::MdagLinOpArray< T >::subset | ( | void | ) | const [inline, virtual] |
Subset comes from underlying operator.
Implements Chroma::LinearOperatorArray< T >.
Definition at line 84 of file ldag.h.
References Chroma::MdagLinOpArray< T >::A.
Handle< LinearOperatorArray<T> > Chroma::MdagLinOpArray< T >::A [private] |
Definition at line 102 of file ldag.h.
Referenced by Chroma::MdagLinOpArray< T >::nFlops(), Chroma::MdagLinOpArray< T >::size(), and Chroma::MdagLinOpArray< T >::subset().
1.4.7