|
QUDA
v0.5.0
A library for QCD on GPUs
|
Go to the source code of this file.
Functions | |
| void | dw_dslash (void *res, void **gaugeFull, void *spinorField, int oddBit, int daggerBit, QudaPrecision precision, QudaGaugeParam ¶m, double mferm) |
| void | dw_mat (void *out, void **gauge, void *in, double kappa, int dagger_bit, QudaPrecision precision, QudaGaugeParam ¶m, double mferm) |
| void | dw_matdagmat (void *out, void **gauge, void *in, double kappa, int dagger_bit, QudaPrecision precision, QudaGaugeParam ¶m, double mferm) |
| void | dw_matpc (void *out, void **gauge, void *in, double kappa, QudaMatPCType matpc_type, int dagger_bit, QudaPrecision precision, QudaGaugeParam &gauge_param, double mferm) |
| void dw_dslash | ( | void * | res, |
| void ** | gaugeFull, | ||
| void * | spinorField, | ||
| int | oddBit, | ||
| int | daggerBit, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | param, | ||
| double | mferm | ||
| ) |
Definition at line 654 of file domain_wall_dslash_reference.cpp.
| void dw_mat | ( | void * | out, |
| void ** | gauge, | ||
| void * | in, | ||
| double | kappa, | ||
| int | dagger_bit, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | param, | ||
| double | mferm | ||
| ) |
Definition at line 739 of file domain_wall_dslash_reference.cpp.
| void dw_matdagmat | ( | void * | out, |
| void ** | gauge, | ||
| void * | in, | ||
| double | kappa, | ||
| int | dagger_bit, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | param, | ||
| double | mferm | ||
| ) |
Definition at line 754 of file domain_wall_dslash_reference.cpp.
| void dw_matpc | ( | void * | out, |
| void ** | gauge, | ||
| void * | in, | ||
| double | kappa, | ||
| QudaMatPCType | matpc_type, | ||
| int | dagger_bit, | ||
| QudaPrecision | precision, | ||
| QudaGaugeParam & | gauge_param, | ||
| double | mferm | ||
| ) |
Definition at line 765 of file domain_wall_dslash_reference.cpp.
1.8.2