| 
    Bridge++
    Version 1.4.4
    
   | 
 
Functions | |
| int | mult (const std::string &) | 
| int | mult_Clover () | 
| int | mult_CloverGeneral () | 
| int | mult_Clover_Isochemical () | 
| int | mult_WilsonGeneral () | 
| int | mult_Wilson_Isochemical () | 
Variables | |
| const std::string | test_name = "Mult" | 
Test of Mult.
[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 158 of file test_Mult.cpp.
| int Test_Mult::mult_Clover | ( | ) | 
Definition at line 47 of file test_Mult.cpp.
| int Test_Mult::mult_Clover_Isochemical | ( | ) | 
Definition at line 59 of file test_Mult.cpp.
| int Test_Mult::mult_CloverGeneral | ( | ) | 
Definition at line 53 of file test_Mult.cpp.
| int Test_Mult::mult_Wilson_Isochemical | ( | ) | 
Definition at line 85 of file test_Mult.cpp.
| int Test_Mult::mult_WilsonGeneral | ( | ) | 
Definition at line 79 of file test_Mult.cpp.
| const std::string Test_Mult::test_name = "Mult" | 
Definition at line 36 of file test_Mult.cpp.