Bridge++
Version 1.5.4
|
Test of Mult with even-odd preconditioning. More...
Functions | |
int | mult (const std::string &) |
int | mult_Clover_eo () |
int | mult_Wilson_eo () |
Variables | |
const std::string | test_name = "Mult" |
Test of Mult with even-odd preconditioning.
[06 Jun 2014 Y.Namekawa] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]
int Test_Mult_eo::mult | ( | const std::string & | filename_input | ) |
Definition at line 84 of file test_Mult_eo.cpp.
int Test_Mult_eo::mult_Clover_eo | ( | ) |
Definition at line 53 of file test_Mult_eo.cpp.
int Test_Mult_eo::mult_Wilson_eo | ( | ) |
Definition at line 59 of file test_Mult_eo.cpp.
const std::string Test_Mult_eo::test_name = "Mult" |
Definition at line 42 of file test_Mult_eo.cpp.