14 #ifndef SMEAR_APE_SF_INCLUDED 
   15 #define SMEAR_APE_SF_INCLUDED 
   64   void set_parameters(
const double rho1, 
double *phi, 
double *phipr);
 
   65   void set_parameters(
const std::vector<double>& rho, 
double *phi, 
double *phipr);
 
APE type smearing of link variables. 
 
double m_phi[3]
SF boundary condition at t=0. 
 
static const std::string class_name
 
Smear_APE_SF(Projection *proj)
 
Common parameter class: provides parameters as singleton. 
 
base class for projection operator into gauge group. 
 
void set_parameters(const Parameters ¶ms)
 
double m_phipr[3]
SF boundary condition at t=Nt. 
 
std::valarray< double > m_rho
 
Smear_APE_SF(unique_ptr< Projection > &proj)
 
base class for smearing of link variables. 
 
void smear(Field_G &Usmear, const Field_G &U)