Bridge++  Ver. 2.0.2
asolver_SAP_MINRES_double.cpp
Go to the documentation of this file.
1 
10 //====================================================================
13 
14 #include "lib_alt_QXS/inline/define_vlen.h"
15 
16 #define VLEN VLEND
17 #define VLENX VLENXD
18 #define VLENY VLENYD
19 
20 typedef double real_t;
21 
22 #include "lib_alt_QXS/inline/vsimd_double-inc.h"
23 #include "lib_alt_QXS/inline/vsimd_common_double-inc.h"
29 
30 //#define DEBUG_MINRES
31 
32 template<typename AFIELD>
34 
35 
37 
38 //====================================================================
39 // explicit instanciation for AField<double>.
40 template<>
41 const std::string ASolver_SAP_MINRES<AField<double, QXS> >::class_name
42  = "ASolver_SAP_MINRES<AField<double,QXS> >";
43 
44 #ifdef USE_FACTORY_AUTOREGISTER
45 namespace {
46  bool init1 = ASolver_SAP_MINRES<AField<double, QXS> >::register_factory();
47 }
48 #endif
49 
51 
52 //============================================================END=====
afield-inc.h
afield.h
ASolver_SAP_MINRES
Definition: asolver_SAP_MINRES.h:26
aindex_block_lex.h
afopr_Clover_dd.h
threadManager.h
asolver_SAP_MINRES-tmpl.h
MinRes solver inside a SAP solver (Alt-version)
AFopr_Clover_dd
Definition: afopr_Clover_dd.h:45
asolver_SAP_MINRES.h
real_t
double real_t
Definition: asolver_SAP_MINRES_double.cpp:20
afield_dd-inc.h