|
QUDA v0.4.0
A library for QCD on GPUs
|
Go to the source code of this file.
Functions | |
| void | setDims (int *) |
| void | staggered_dslash (void *res, void **fatlink, void **longlink, void *spinorField, int oddBit, int daggerBit, QudaPrecision sPrecision, QudaPrecision gPrecision) |
| void | staggered_dslash_mg4dir (cpuColorSpinorField *out, void **fatlink, void **longlink, void **ghost_fatlink, void **ghost_longlink, cpuColorSpinorField *in, int oddBit, int daggerBit, QudaPrecision sPrecision, QudaPrecision gPrecision) |
| void | mat (void *out, void **fatlink, void **longlink, void *in, double kappa, int daggerBit, QudaPrecision sPrecision, QudaPrecision gPrecision) |
| void | staggered_matpc (void *out, void **fatlink, void **longlink, void *in, double kappa, MatPCType matpc_type, int daggerBit, QudaPrecision sPrecision, QudaPrecision gPrecision) |
| void | matdagmat (void *out, void **fatlink, void **longlink, void *in, double mass, int dagger_bit, QudaPrecision sPrecision, QudaPrecision gPrecision, void *tmp, QudaParity parity) |
| void | matdagmat_mg4dir (cpuColorSpinorField *out, void **fatlink, void **longlink, void **ghost_fatlink, void **ghost_longlink, cpuColorSpinorField *in, double mass, int dagger_bit, QudaPrecision sPrecision, QudaPrecision gPrecision, cpuColorSpinorField *tmp, QudaParity parity) |
Variables | |
| int | Z [4] |
| int | Vh |
| int | V |
| void mat | ( | void * | out, |
| void ** | fatlink, | ||
| void ** | longlink, | ||
| void * | in, | ||
| double | kappa, | ||
| int | daggerBit, | ||
| QudaPrecision | sPrecision, | ||
| QudaPrecision | gPrecision | ||
| ) |
Definition at line 138 of file staggered_dslash_reference.cpp.
| void matdagmat | ( | void * | out, |
| void ** | fatlink, | ||
| void ** | longlink, | ||
| void * | in, | ||
| double | mass, | ||
| int | dagger_bit, | ||
| QudaPrecision | sPrecision, | ||
| QudaPrecision | gPrecision, | ||
| void * | tmp, | ||
| QudaParity | parity | ||
| ) |
Definition at line 200 of file staggered_dslash_reference.cpp.
| void matdagmat_mg4dir | ( | cpuColorSpinorField * | out, |
| void ** | fatlink, | ||
| void ** | longlink, | ||
| void ** | ghost_fatlink, | ||
| void ** | ghost_longlink, | ||
| cpuColorSpinorField * | in, | ||
| double | mass, | ||
| int | dagger_bit, | ||
| QudaPrecision | sPrecision, | ||
| QudaPrecision | gPrecision, | ||
| cpuColorSpinorField * | tmp, | ||
| QudaParity | parity | ||
| ) |
| void setDims | ( | int * | ) |
Definition at line 8 of file dslash_util.h.
| void staggered_dslash | ( | void * | res, |
| void ** | fatlink, | ||
| void ** | longlink, | ||
| void * | spinorField, | ||
| int | oddBit, | ||
| int | daggerBit, | ||
| QudaPrecision | sPrecision, | ||
| QudaPrecision | gPrecision | ||
| ) |
Definition at line 98 of file staggered_dslash_reference.cpp.
| void staggered_dslash_mg4dir | ( | cpuColorSpinorField * | out, |
| void ** | fatlink, | ||
| void ** | longlink, | ||
| void ** | ghost_fatlink, | ||
| void ** | ghost_longlink, | ||
| cpuColorSpinorField * | in, | ||
| int | oddBit, | ||
| int | daggerBit, | ||
| QudaPrecision | sPrecision, | ||
| QudaPrecision | gPrecision | ||
| ) |
| void staggered_matpc | ( | void * | out, |
| void ** | fatlink, | ||
| void ** | longlink, | ||
| void * | in, | ||
| double | kappa, | ||
| MatPCType | matpc_type, | ||
| int | daggerBit, | ||
| QudaPrecision | sPrecision, | ||
| QudaPrecision | gPrecision | ||
| ) |
Definition at line 251 of file staggered_dslash_reference.cpp.
| int V |
Definition at line 5 of file force_kernel_common.cu.
| int Vh |
Definition at line 50 of file dslash_constants.h.
| int Z[4] |
Definition at line 11 of file domain_wall_dslash_reference.cpp.
1.7.4