#include <config.h>
#include <util/data_types.h>
#include <util/vector.h>
#include <util/wilson.h>
#include <util/error.h>
#include <comms/scu.h>
Go to the source code of this file.
Namespaces | |
| namespace | cps |
Defines | |
| #define | PSI(r, c, s) *(psi_p +(r+2*(c+3*s))) |
| #define | AF0(r, c, s) *(af0 + af0_ptr_b +(r+2*(c+3*s))) |
| #define | AF1(r, c, s) *(af1 + af1_ptr_b +(r+2*(c+3*s))) |
| #define | AF2(r, c, s) *(af2 + af2_ptr_b +(r+2*(c+3*s))) |
| #define | AF3(r, c, s) *(af3 + af3_ptr_b +(r+2*(c+3*s))) |
Functions | |
| void | wfm_spproj (IFloat *af0, IFloat *af1, IFloat *af2, IFloat *af3, IFloat *psi, IFloat sign, Wilson *wilson_p, int cb) |
Definition in file wfm_spproj.C.
|
|
Definition at line 43 of file wfm_spproj.C. |
|
|
Definition at line 44 of file wfm_spproj.C. |
|
|
Definition at line 45 of file wfm_spproj.C. |
|
|
Definition at line 46 of file wfm_spproj.C. |
|
|
Definition at line 42 of file wfm_spproj.C. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 52 of file wfm_spproj.C. References cps::IFloat, cps::Wilson::offset, cps::Wilson::ptr, cps::wilson_dslash_spproj(), and cps::Wilson::yztmax. |
1.3.9.1