Bridge++  Version 1.5.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 
14 #ifndef FOPR_WILSON_EO_INCLUDED
15 #define FOPR_WILSON_EO_INCLUDED
16 
18 
36 // implementations
37 
38 // original unoptimised version
39 #ifdef USE_ORG
41 #endif
42 
43 // improved version
44 #ifdef USE_IMP
46 #endif
47 
48 #ifdef LIB_CPP11
49 
50 #if defined(USE_IMP)
52 #else
54 #endif
55 
56 #else
57 
58 #if defined(USE_IMP)
60 #else
62 #endif
63 #endif
64 
65 #ifdef USE_FACTORY
66 namespace Selector_Fopr_Wilson_eo
67 {
68  bool register_factory();
69 }
70 #endif
71 
72 #endif /* FOPR_WILSON_EO_INCLUDED */
Org::Fopr_Wilson_eo Fopr_Wilson_eo
Even-odd Wilson fermion operator.