10 #ifndef __eoprec_slrc_linop_w_h__
11 #define __eoprec_slrc_linop_w_h__
34 multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >
38 typedef LatticeFermion
T;
39 typedef multi1d<LatticeColorMatrix>
P;
40 typedef multi1d<LatticeColorMatrix>
Q;
86 const LatticeFermion&
chi,
const LatticeFermion&
psi,
94 const LatticeFermion&
chi,
const LatticeFermion&
psi,
99 const LatticeFermion&
chi,
const LatticeFermion&
psi,
104 const LatticeFermion&
chi,
const LatticeFermion&
psi,
108 unsigned long nFlops()
const;
Even-odd preconditioned linear operator.
Even-odd preconditioned SLRC-Dirac operator.
unsigned long nFlops() const
Return flops performed by the operator()
EvenOddPrecSLRCLinOp()
Partial constructor.
void derivEvenEvenLinOp(multi1d< LatticeColorMatrix > &ds_u, const LatticeFermion &chi, const LatticeFermion &psi, enum PlusMinus isign) const
Apply the even-even block onto a source std::vector.
EvenOddPrecSLRCLinOp(Handle< FermState< T, P, Q > > fs, const CloverFermActParams ¶m_)
Full constructor.
void operator()(LatticeFermion &chi, const LatticeFermion &psi, enum PlusMinus isign) const
Apply even-odd preconditioned Clover fermion linear operator.
void derivOddEvenLinOp(multi1d< LatticeColorMatrix > &ds_u, const LatticeFermion &chi, const LatticeFermion &psi, enum PlusMinus isign) const
Apply the the odd-even block onto a source std::vector.
void create(Handle< FermState< T, P, Q > > fs, const CloverFermActParams ¶m_)
Creation routine.
void oddEvenLinOp(LatticeFermion &chi, const LatticeFermion &psi, enum PlusMinus isign) const
Apply the the odd-even block onto a source std::vector.
multi1d< LatticeColorMatrix > Q
CloverFermActParams param
void oddOddLinOp(LatticeFermion &chi, const LatticeFermion &psi, enum PlusMinus isign) const
Apply the the odd-odd block onto a source std::vector.
Handle< FermState< T, P, Q > > slrc_fs
void derivOddOddLinOp(multi1d< LatticeColorMatrix > &ds_u, const LatticeFermion &chi, const LatticeFermion &psi, enum PlusMinus isign) const
Apply the the odd-odd block onto a source std::vector.
void derivLogDetEvenEvenLinOp(multi1d< LatticeColorMatrix > &ds_u, enum PlusMinus isign) const
Apply the even-even block onto a source std::vector.
void evenEvenInvLinOp(LatticeFermion &chi, const LatticeFermion &psi, enum PlusMinus isign) const
Apply the inverse of the even-even block onto a source std::vector.
~EvenOddPrecSLRCLinOp()
Destructor is automatic.
void derivEvenOddLinOp(multi1d< LatticeColorMatrix > &ds_u, const LatticeFermion &chi, const LatticeFermion &psi, enum PlusMinus isign) const
Apply the the even-odd block onto a source std::vector.
void evenOddLinOp(LatticeFermion &chi, const LatticeFermion &psi, enum PlusMinus isign) const
Apply the the even-odd block onto a source std::vector.
void evenEvenLinOp(LatticeFermion &chi, const LatticeFermion &psi, enum PlusMinus isign) const
Apply the the even-even block onto a source std::vector.
const FermBC< T, P, Q > & getFermBC() const
Return the fermion BC object for this linear operator.
multi1d< LatticeColorMatrix > P
Handle< FermState< T, P, Q > > thin_fs
Double logDetEvenEvenLinOp(void) const
Get the log det of the even even part.
Base class for all fermion action boundary conditions.
Support class for fermion actions and linear operators.
Class for counted reference semantics.
General Wilson-Dirac dslash.
Parameters for Clover fermion action.
Include possibly optimized Clover terms.
Include possibly optimized Wilson dslash.
Preconditioned Linear Operators where the Even Even part depends on the gauge field.
Fermion action boundary conditions.
Asqtad Staggered-Dirac operator.
multi1d< LatticeFermion > chi(Ncb)
FloatingPoint< double > Double
Support class for fermion actions and linear operators.
Stout field state for stout links and a creator.
Params for clover ferm acts.