|
Grid 0.7.0
|
#include <LinearOperator.h>
Public Member Functions | |
| MdagMLinearOperator (Matrix &Mat) | |
| void | OpDiag (const Field &in, Field &out) |
| void | OpDir (const Field &in, Field &out, int dir, int disp) |
| void | OpDirAll (const Field &in, std::vector< Field > &out) |
| void | Op (const Field &in, Field &out) |
| void | AdjOp (const Field &in, Field &out) |
| void | HermOpAndNorm (const Field &in, Field &out, RealD &n1, RealD &n2) |
| void | HermOp (const Field &in, Field &out) |
Private Attributes | |
| Matrix & | _Mat |
Definition at line 75 of file LinearOperator.h.
|
inline |
Definition at line 78 of file LinearOperator.h.
References _Mat.
|
inlinevirtual |
Implements LinearOperatorBase< Field >.
Definition at line 81 of file LinearOperator.h.
References _Mat.
|
inlinevirtual |
Implements LinearOperatorBase< Field >.
Definition at line 84 of file LinearOperator.h.
References _Mat.
|
inlinevirtual |
Implements LinearOperatorBase< Field >.
Definition at line 87 of file LinearOperator.h.
References _Mat.
|
inlinevirtual |
Implements LinearOperatorBase< Field >.
Definition at line 90 of file LinearOperator.h.
References _Mat.
Referenced by TwoFlavourPseudoFermionAction< Impl >::deriv(), and TwoFlavourPseudoFermionAction< Impl >::S().
|
inlinevirtual |
Implements LinearOperatorBase< Field >.
Definition at line 93 of file LinearOperator.h.
References _Mat.
|
inlinevirtual |
Implements LinearOperatorBase< Field >.
Definition at line 96 of file LinearOperator.h.
References _Mat, innerProduct(), norm2(), and real().
|
inlinevirtual |
Implements LinearOperatorBase< Field >.
Definition at line 102 of file LinearOperator.h.
References _Mat.
|
private |
Definition at line 76 of file LinearOperator.h.
Referenced by AdjOp(), HermOp(), HermOpAndNorm(), MdagMLinearOperator(), Op(), OpDiag(), OpDir(), and OpDirAll().