#include <config.h>#include <util/qcdio.h>#include <alg/alg_rect.h>#include <util/lattice.h>#include <util/gjp.h>#include <util/smalloc.h>#include <util/vector.h>#include <util/verbose.h>#include <util/error.h>#include <comms/glb.h>Go to the source code of this file.
Namespaces | |
| namespace | cps |
Defines | |
| #define | max(A, B) ((A) > (B) ? (A) : (B)) |
| #define | min(A, B) ((A) < (B) ? (A) : (B)) |
|
|
Definition at line 39 of file alg_rect.C. Referenced by cps::asqtad_dirac_init_g(), cps::glb_max(), cps::glb_sum_internal(), cps::glb_sum_internal2(), and AsqD::Sum(). |
|
|
Definition at line 40 of file alg_rect.C. Referenced by PT::asqtad_fat(), PT::asqtad_long(), cps::glb_min(), PT::mat(), cps::pt_mat_cb(), cps::pt_mat_norm(), cps::ParTransGauge::run(), cps::ParTransStaggered_cb::run(), cps::ParTransAsqtad::run(), cps::Fp4::Smear(), and cps::Fasqtad::Smear(). |
1.3.9.1