Bridge++  Version 1.4.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fopr_Wilson_eo.h
Go to the documentation of this file.
1 
15 #ifndef FOPR_WILSON_EO_INCLUDED
16 #define FOPR_WILSON_EO_INCLUDED
17 
19 
37 // implementations
38 
39 // original unoptimised version
40 #ifdef USE_ORG
42 #endif
43 
44 // improved version
45 #ifdef USE_IMP
47 #endif
48 
49 // improved for BG/Q
50 #ifdef USE_IMP_BGQ
52 #endif
53 
54 #ifdef LIB_CPP11
55 
56 #if defined(USE_IMP_BGQ)
58 #elif defined(USE_IMP)
60 #else
62 #endif
63 
64 #else
65 
66 #if defined(USE_IMP_BGQ)
68 #elif defined(USE_IMP)
70 #else
72 #endif
73 #endif
74 #endif
Org::Fopr_Wilson_eo Fopr_Wilson_eo
Even-odd Wilson fermion operator.