QUDA
1.0.0
|
Go to the source code of this file.
Functions | |
void | setDims (int *) |
void | staggered_dslash (cpuColorSpinorField *out, void **fatlink, void **longlink, void **ghost_fatlink, void **ghost_longlink, cpuColorSpinorField *in, int oddBit, int daggerBit, QudaPrecision sPrecision, QudaPrecision gPrecision, QudaDslashType dslash_type) |
void | matdagmat (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, QudaDslashType dslash_type) |
Variables | |
int | Z [4] |
int | Vh |
int | V |
void matdagmat | ( | 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, | ||
QudaDslashType | dslash_type | ||
) |
Definition at line 176 of file staggered_dslash_reference.cpp.
References axmy(), errorQuda, mySpinorSiteSize, QUDA_DOUBLE_PRECISION, QUDA_EVEN_PARITY, QUDA_INVALID_PARITY, QUDA_ODD_PARITY, staggered_dslash(), quda::ColorSpinorField::V(), Vh, and quda::ColorSpinorField::X().
void setDims | ( | int * | ) |
Definition at line 151 of file test_util.cpp.
void staggered_dslash | ( | cpuColorSpinorField * | out, |
void ** | fatlink, | ||
void ** | longlink, | ||
void ** | ghost_fatlink, | ||
void ** | ghost_longlink, | ||
cpuColorSpinorField * | in, | ||
int | oddBit, | ||
int | daggerBit, | ||
QudaPrecision | sPrecision, | ||
QudaPrecision | gPrecision, | ||
QudaDslashType | dslash_type | ||
) |
Definition at line 132 of file staggered_dslash_reference.cpp.
References quda::cpuColorSpinorField::backGhostFaceBuffer, dslash_type, dslashReference(), errorQuda, quda::cpuColorSpinorField::exchangeGhost(), quda::cpuColorSpinorField::fwdGhostFaceBuffer, ghost_longlink, longlink, QUDA_ASQTAD_DSLASH, QUDA_DOUBLE_PRECISION, QUDA_EVEN_PARITY, QUDA_INVALID_PARITY, QUDA_ODD_PARITY, quda::ColorSpinorField::V(), and quda::ColorSpinorField::X().
Referenced by invert_test(), matdagmat(), and staggeredDslashRef().
int V |
Definition at line 27 of file test_util.cpp.
int Vh |
Definition at line 28 of file test_util.cpp.
int Z[4] |
Definition at line 26 of file test_util.cpp.