15 #ifndef FOPR_CHEBYSHEV_INCLUDED 
   16 #define FOPR_CHEBYSHEV_INCLUDED 
   61     : 
Fopr(), m_fopr(fopr) {}
 
   64     : 
Fopr(), m_fopr(fopr.get()) {}
 
int field_nin()
returns the on-site d.o.f. for which the fermion operator is defined. 
 
Chebyshev polynomial of fermion operator. 
 
virtual void set_config(Field *)=0
setting pointer to the gauge configuration. 
 
Container of Field-type object. 
 
Fopr_Chebyshev(Fopr *fopr)
 
int field_nex()
returns the external d.o.f. for which the fermion operator is defined. 
 
void mult_dag(Field &v, const Field &f)
hermitian conjugate of mult(Field&, const Field&). 
 
int field_nvol()
returns the volume for which the fermion operator is defined. 
 
virtual int field_nin()=0
returns the on-site d.o.f. for which the fermion operator is defined. 
 
Parameters_Fopr_Chebyshev()
 
void mult(Field &v, const Field &f)
multiplies fermion operator to a given field (2nd argument) 
 
virtual int field_nex()=0
returns the external d.o.f. for which the fermion operator is defined. 
 
void set_config(Field *U)
setting pointer to the gauge configuration. 
 
void set_config(unique_ptr< Field_G > &U)
 
void set_parameters(const Parameters ¶ms)
 
static const std::string class_name
 
Fopr_Chebyshev(unique_ptr< Fopr > &fopr)
 
Base class of fermion operator family. 
 
virtual int field_nvol()=0
returns the volume for which the fermion operator is defined.