| 
    Bridge++
    Ver. 1.2.x
    
   | 
 
base class for projection operator into gauge group. More...
#include <projection.h>
  
 Public Member Functions | |
| Projection () | |
| virtual | ~Projection () | 
| virtual void | project (Field_G &v, double alpha, const Field_G &C, const Field_G &U)=0 | 
| projection V = P[alpha, C, U]  More... | |
| virtual void | force_recursive (Field_G &Xi, Field_G &iTheta, double alpha, const Field_G &Sigmap, const Field_G &C, const Field_G &U)=0 | 
| determination of fields for force calculation  More... | |
| virtual void | set_parameters (const Parameters ¶m)=0 | 
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) | 
Protected Attributes | |
| Bridge::VerboseLevel | m_vl | 
base class for projection operator into gauge group.
[07 Apr 2012 H.Matsufuru]
Definition at line 33 of file projection.h.
      
  | 
  inline | 
Definition at line 39 of file projection.h.
      
  | 
  inlinevirtual | 
Definition at line 42 of file projection.h.
      
  | 
  pure virtual | 
determination of fields for force calculation
Implemented in Projection_Stout_SU3, and Projection_Maximum_SU_N.
      
  | 
  pure virtual | 
projection V = P[alpha, C, U]
Implemented in Projection_Stout_SU3, and Projection_Maximum_SU_N.
      
  | 
  inline | 
Definition at line 56 of file projection.h.
      
  | 
  pure virtual | 
Implemented in Projection_Stout_SU3, and Projection_Maximum_SU_N.
      
  | 
  protected | 
Definition at line 36 of file projection.h.