Functions | |
| void | cps::staggered_local_pion (Lattice &lat, Float mass, IFloat *pion_corr, int time_size) |
| Simple pseudoscalar correlator. | |
| void | cps::compare_array_relative (Float *pion_corr_A, Float *pion_corr_B, Float tol, int time_size) |
| Comparison of two arrays. | |
| void | cps::compare_float_relative (Float pion_corr_A, Float pion_corr_B, Float tol) |
| Comparison of two floating-point numbers. | |
|
||||||||||||||||||||
|
Comparison of two arrays.
Computes the relative difference between each number in the first array and the corresponding number in the second array. The differences are printed to
Definition at line 48 of file testing_framework_cmp.C. References cps::MPISCU::printf(). |
|
||||||||||||||||
|
Comparison of two floating-point numbers.
Computes the relative difference between two numbers The difference is printed to
Definition at line 102 of file testing_framework_cmp.C. References cps::MPISCU::printf(). |
|
||||||||||||||||||||
|
Simple pseudoscalar correlator. The correlation function is computed using a point source at the origin.
Definition at line 44 of file staggered_local_pion.C. References cps::glb_sum(), cps::MPISCU::printf(), cps::sfree(), and cps::smalloc(). |
1.3.9.1