| 
    Bridge++
    Ver. 2.0.4
    
   | 
 
Test of Solver with Wilson fermion. More...
Functions | |
| int | solver (const std::string &) | 
| int | solver_BiCGStab_Cmplx () | 
| int | solver_BiCGStab_DS_L_Cmplx () | 
| int | solver_BiCGStab_IDS_L_Cmplx () | 
| int | solver_BiCGStab_L_Cmplx () | 
| int | solver_CGNE () | 
| int | solver_CGNR () | 
| int | solver_GMRES_m_Cmplx () | 
| int | solver_ShiftCG (void) | 
Variables | |
| const std::string | test_name = "Solver.Wilson" | 
Test of Solver with Wilson fermion.
Test of multishift solver.
This class executes solvers, mainly as a performance monitor. [16 May 2018 Y.Namekawa]
[28 Dec 2011 H.Matsufuru]
(Coding history will be recovered from trac.) YAML is implemented. [14 Nov 2012 Y.Namekawa] Selectors are implemented. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san) unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]
| int Test_Solver_Wilson::solver | ( | const std::string & | filename_input | ) | 
Definition at line 134 of file test_Solver_Wilson.cpp.
| int Test_Solver_Wilson::solver_BiCGStab_Cmplx | ( | ) | 
Definition at line 48 of file test_Solver_Wilson.cpp.
| int Test_Solver_Wilson::solver_BiCGStab_DS_L_Cmplx | ( | ) | 
Definition at line 54 of file test_Solver_Wilson.cpp.
| int Test_Solver_Wilson::solver_BiCGStab_IDS_L_Cmplx | ( | ) | 
Definition at line 60 of file test_Solver_Wilson.cpp.
| int Test_Solver_Wilson::solver_BiCGStab_L_Cmplx | ( | ) | 
Definition at line 66 of file test_Solver_Wilson.cpp.
| int Test_Solver_Wilson::solver_CGNE | ( | ) | 
Definition at line 72 of file test_Solver_Wilson.cpp.
| int Test_Solver_Wilson::solver_CGNR | ( | ) | 
Definition at line 78 of file test_Solver_Wilson.cpp.
| int Test_Solver_Wilson::solver_GMRES_m_Cmplx | ( | ) | 
Definition at line 84 of file test_Solver_Wilson.cpp.
| int Test_Solver_Wilson::solver_ShiftCG | ( | void | ) | 
Definition at line 61 of file test_Solver_Wilson_ShiftCG.cpp.
| const std::string Test_Solver_Wilson::test_name = "Solver.Wilson" | 
Definition at line 37 of file test_Solver_Wilson.cpp.