Bridge++
Version 1.5.4
|
Functions | |
int | mult (const std::string &) |
int | mult_Clover () |
int | mult_CloverGeneral () |
int | mult_Clover_Isochemical () |
int | mult_WilsonGeneral () |
int | mult_Wilson_Isochemical () |
int | mult_TMWilson (void) |
Variables | |
const std::string | test_name = "Mult" |
Test of Mult.
This class executes solvers, mainly as a performance monitor. [06 Jun 2014 Y.Namekawa] unique_ptr is introduced to avoid memory leaks. [21 Mar 2015 Y.Namekawa]
int Test_Mult::mult | ( | const std::string & | filename_input | ) |
Definition at line 168 of file test_Mult.cpp.
int Test_Mult::mult_Clover | ( | ) |
Definition at line 54 of file test_Mult.cpp.
int Test_Mult::mult_Clover_Isochemical | ( | ) |
Definition at line 66 of file test_Mult.cpp.
int Test_Mult::mult_CloverGeneral | ( | ) |
Definition at line 60 of file test_Mult.cpp.
int Test_Mult::mult_TMWilson | ( | void | ) |
int Test_Mult::mult_Wilson_Isochemical | ( | ) |
Definition at line 98 of file test_Mult.cpp.
int Test_Mult::mult_WilsonGeneral | ( | ) |
Definition at line 92 of file test_Mult.cpp.
const std::string Test_Mult::test_name = "Mult" |
Definition at line 43 of file test_Mult.cpp.