Bridge++  Ver. 1.1.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fprop_4spinor_lex.h
Go to the documentation of this file.
1 
14 #ifndef FPROP_4SPINOR_LEX_INCLUDED
15 #define FPROP_4SPINOR_LEX_INCLUDED
16 
17 #include "fopr_Wilson.h"
18 #include "solver_CG.h"
19 
20 #include "bridgeIO.h"
21 using Bridge::vout;
22 
24 
31 {
32  protected:
34 
35  private:
37 
38  public:
40  : m_vl(CommonParameters::Vlevel()), m_fopr(fopr) {}
41 
43 
44  void calc(Field_F *, const Field_F&);
45 };
46 #endif