15 #ifndef SMEAR_APE_INCLUDED 
   16 #define SMEAR_APE_INCLUDED 
~Smear_APE()
Deconstructor. 
 
void set_parameters(const Parameters ¶ms)
Setting parameters with Parameters object. 
 
void smear(Field_G &Usmear, const Field_G &U)
Smearing of a given gauge field. 
 
Projection * m_proj
projector to group element. 
 
APE type smearing of link variables. 
 
Smear_APE(Projection *proj)
Constructor requires a pointer to Projection object. 
 
static const std::string class_name
 
Common parameter class: provides parameters as singleton. 
 
base class for projection operator into gauge group. 
 
std::valarray< double > m_rho
smearing parameter 
 
int m_Ndim
spacetime dimension 
 
base class for smearing of link variables. 
 
void staple(Field_G &, const Field_G &, const Field_G &, int mu, int nu)
Staple construction. 
 
Smear_APE(unique_ptr< Projection > &proj)