|
QUDA v0.4.0
A library for QCD on GPUs
|
#include <enum_quda.h>Go to the source code of this file.
Functions | |
| void | setDims (int *, const int) |
| void | dslash (void *res, void **gaugeFull, void *spinorField, int oddBit, int daggerBit, QudaPrecision sPrecision, QudaPrecision gPrecision, double mferm) |
| void | mat (void *out, void **gauge, void *in, double kappa, int daggerBit, QudaPrecision sPrecision, QudaPrecision gPrecision, double mferm) |
| void | matpc (void *out, void **gauge, void *in, double kappa, QudaMatPCType matpc_type, int daggerBit, QudaPrecision sPrecision, QudaPrecision gPrecision, double mferm) |
Variables | |
| int | Z [4] |
| int | Vh |
| int | V |
| void dslash | ( | void * | res, |
| void ** | gaugeFull, | ||
| void * | spinorField, | ||
| int | oddBit, | ||
| int | daggerBit, | ||
| QudaPrecision | sPrecision, | ||
| QudaPrecision | gPrecision, | ||
| double | mferm | ||
| ) |
Definition at line 391 of file domain_wall_dslash_reference.cpp.
| void mat | ( | void * | out, |
| void ** | gauge, | ||
| void * | in, | ||
| double | kappa, | ||
| int | daggerBit, | ||
| QudaPrecision | sPrecision, | ||
| QudaPrecision | gPrecision, | ||
| double | mferm | ||
| ) |
Definition at line 460 of file domain_wall_dslash_reference.cpp.
| void matpc | ( | void * | out, |
| void ** | gauge, | ||
| void * | in, | ||
| double | kappa, | ||
| QudaMatPCType | matpc_type, | ||
| int | daggerBit, | ||
| QudaPrecision | sPrecision, | ||
| QudaPrecision | gPrecision, | ||
| double | mferm | ||
| ) |
Definition at line 534 of file domain_wall_dslash_reference.cpp.
| void setDims | ( | int * | , |
| const int | |||
| ) |
Definition at line 19 of file domain_wall_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