QUDA
v0.7.0
A library for QCD on GPUs
|
Go to the source code of this file.
Functions | |
void | wil_dslash (void *res, void **gauge, void *spinorField, int oddBit, int daggerBit, QudaPrecision precision, QudaGaugeParam ¶m) |
void | wil_mat (void *out, void **gauge, void *in, double kappa, int daggerBit, QudaPrecision precision, QudaGaugeParam ¶m) |
void | wil_matpc (void *out, void **gauge, void *in, double kappa, QudaMatPCType matpc_type, int daggerBit, QudaPrecision precision, QudaGaugeParam ¶m) |
void | tm_dslash (void *res, void **gauge, void *spinorField, double kappa, double mu, QudaTwistFlavorType flavor, int oddBit, QudaMatPCType matpc_type, int daggerBit, QudaPrecision sprecision, QudaGaugeParam ¶m) |
void | tm_mat (void *out, void **gauge, void *in, double kappa, double mu, QudaTwistFlavorType flavor, int daggerBit, QudaPrecision precision, QudaGaugeParam ¶m) |
void | tm_matpc (void *out, void **gauge, void *in, double kappa, double mu, QudaTwistFlavorType flavor, QudaMatPCType matpc_type, int daggerBit, QudaPrecision precision, QudaGaugeParam ¶m) |
void | tm_ndeg_dslash (void *res1, void *res2, void **gaugeFull, void *spinorField1, void *spinorField2, double kappa, double mu, double epsilon, int oddBit, int daggerBit, QudaMatPCType matpc_type, QudaPrecision precision, QudaGaugeParam &gauge_param) |
void | tm_ndeg_matpc (void *outEven1, void *outEven2, void **gauge, void *inEven1, void *inEven2, double kappa, double mu, double epsilon, QudaMatPCType matpc_type, int dagger_bit, QudaPrecision precision, QudaGaugeParam &gauge_param) |
void | tm_ndeg_mat (void *evenOut, void *oddOut, void **gauge, void *evenIn, void *oddIn, double kappa, double mu, double epsilon, int dagger_bit, QudaPrecision precision, QudaGaugeParam &gauge_param) |
void tm_dslash | ( | void * | res, |
void ** | gauge, | ||
void * | spinorField, | ||
double | kappa, | ||
double | mu, | ||
QudaTwistFlavorType | flavor, | ||
int | oddBit, | ||
QudaMatPCType | matpc_type, | ||
int | daggerBit, | ||
QudaPrecision | sprecision, | ||
QudaGaugeParam & | param | ||
) |
Definition at line 277 of file wilson_dslash_reference.cpp.
void tm_mat | ( | void * | out, |
void ** | gauge, | ||
void * | in, | ||
double | kappa, | ||
double | mu, | ||
QudaTwistFlavorType | flavor, | ||
int | daggerBit, | ||
QudaPrecision | precision, | ||
QudaGaugeParam & | param | ||
) |
Definition at line 312 of file wilson_dslash_reference.cpp.
void tm_matpc | ( | void * | out, |
void ** | gauge, | ||
void * | in, | ||
double | kappa, | ||
double | mu, | ||
QudaTwistFlavorType | flavor, | ||
QudaMatPCType | matpc_type, | ||
int | daggerBit, | ||
QudaPrecision | precision, | ||
QudaGaugeParam & | param | ||
) |
Definition at line 361 of file wilson_dslash_reference.cpp.
void tm_ndeg_dslash | ( | void * | res1, |
void * | res2, | ||
void ** | gaugeFull, | ||
void * | spinorField1, | ||
void * | spinorField2, | ||
double | kappa, | ||
double | mu, | ||
double | epsilon, | ||
int | oddBit, | ||
int | daggerBit, | ||
QudaMatPCType | matpc_type, | ||
QudaPrecision | precision, | ||
QudaGaugeParam & | gauge_param | ||
) |
Definition at line 467 of file wilson_dslash_reference.cpp.
void tm_ndeg_mat | ( | void * | evenOut, |
void * | oddOut, | ||
void ** | gauge, | ||
void * | evenIn, | ||
void * | oddIn, | ||
double | kappa, | ||
double | mu, | ||
double | epsilon, | ||
int | dagger_bit, | ||
QudaPrecision | precision, | ||
QudaGaugeParam & | gauge_param | ||
) |
Definition at line 556 of file wilson_dslash_reference.cpp.
void tm_ndeg_matpc | ( | void * | outEven1, |
void * | outEven2, | ||
void ** | gauge, | ||
void * | inEven1, | ||
void * | inEven2, | ||
double | kappa, | ||
double | mu, | ||
double | epsilon, | ||
QudaMatPCType | matpc_type, | ||
int | dagger_bit, | ||
QudaPrecision | precision, | ||
QudaGaugeParam & | gauge_param | ||
) |
Definition at line 482 of file wilson_dslash_reference.cpp.
void wil_dslash | ( | void * | res, |
void ** | gauge, | ||
void * | spinorField, | ||
int | oddBit, | ||
int | daggerBit, | ||
QudaPrecision | precision, | ||
QudaGaugeParam & | param | ||
) |
Definition at line 175 of file wilson_dslash_reference.cpp.
void wil_mat | ( | void * | out, |
void ** | gauge, | ||
void * | in, | ||
double | kappa, | ||
int | daggerBit, | ||
QudaPrecision | precision, | ||
QudaGaugeParam & | param | ||
) |
Definition at line 296 of file wilson_dslash_reference.cpp.
void wil_matpc | ( | void * | out, |
void ** | gauge, | ||
void * | in, | ||
double | kappa, | ||
QudaMatPCType | matpc_type, | ||
int | daggerBit, | ||
QudaPrecision | precision, | ||
QudaGaugeParam & | param | ||
) |
Definition at line 336 of file wilson_dslash_reference.cpp.