Bridge++  Version 1.4.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fopr_WilsonGeneral.h
Go to the documentation of this file.
1 
14 #ifndef FOPR_WILSONGENERAL_INCLUDED
15 #define FOPR_WILSONGENERAL_INCLUDED
16 
17 // implementations
18 
19 // original unoptimised version
20 #ifdef USE_ORG
22 #endif
23 
24 // improved version
25 #ifdef USE_IMP
27 #endif
28 
29 // improved for BG/Q
30 #ifdef USE_IMP_BGQ
32 #endif
33 
34 #ifdef LIB_CPP11
35 
36 #if defined(USE_IMP_BGQ)
38 #elif defined(USE_IMP)
40 #else
42 #endif
43 
44 #else
45 
46 #if defined(USE_IMP_BGQ)
48 #elif defined(USE_IMP)
50 #else
52 #endif
53 #endif
54 #endif
Org::Fopr_WilsonGeneral Fopr_WilsonGeneral