6 #ifndef __lovlap_double_pass_w_h__
7 #define __lovlap_double_pass_w_h__
34 multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >
38 typedef LatticeFermion
T;
39 typedef multi1d<LatticeColorMatrix>
P;
40 typedef multi1d<LatticeColorMatrix>
Q;
61 const Real& _m_q,
int _numroot,
63 const multi1d<Real>& _resP,
64 const multi1d<Real>& _rootQ,
66 const multi1d<Real>& _EigValFunc,
67 const multi1d<LatticeFermion>& _EigVec,
70 const int _ReorthFreq ) :
80 const Subset&
subset()
const {
return all;}
Base class for all fermion action boundary conditions.
Support class for fermion actions and linear operators.
Class for counted reference semantics.
Unpreconditioned linear operator including derivatives.
Unpreconditioned Wilson-like fermion actions with derivatives.
Internal Overlap-pole operator.
~lovlap_double_pass()
Destructor is automatic.
const multi1d< LatticeFermion > EigVec
const multi1d< Real > EigValFunc
const multi1d< Real > rootQ
Handle< LinearOperator< T > > M
const multi1d< Real > resP
const FermBC< T, P, Q > & getFermBC() const
Return the fermion BC object for this linear operator.
Handle< FermBC< T, P, Q > > fbc
const Subset & subset() const
Only defined on the entire lattice.
multi1d< LatticeColorMatrix > P
multi1d< LatticeColorMatrix > Q
Handle< LinearOperator< T > > MdagM
lovlap_double_pass(const UnprecWilsonTypeFermAct< T, P, Q > &S_aux, Handle< FermState< T, P, Q > > state, const Real &_m_q, int _numroot, const Real &_constP, const multi1d< Real > &_resP, const multi1d< Real > &_rootQ, int _NEig, const multi1d< Real > &_EigValFunc, const multi1d< LatticeFermion > &_EigVec, int _MaxCG, const Real &_RsdCG, const int _ReorthFreq)
Creation routine.
void operator()(LatticeFermion &chi, const LatticeFermion &psi, enum PlusMinus isign) const
Apply the operator onto a source std::vector.
int epsilon(int i, int j, int k)
Asqtad Staggered-Dirac operator.
multi1d< LatticeFermion > chi(Ncb)
const WilsonTypeFermAct< multi1d< LatticeFermion > > Handle< const ConnectState > state
Wilson-like fermion actions.