|
QUDA v0.3.2
A library for QCD on GPUs
|
#include <enum_quda.h>Go to the source code of this file.
Functions | |
| void | setDims (int *) |
| void | dslash (void *res, void **gauge, void *spinorField, int oddBit, int daggerBit, QudaPrecision sPrecision, QudaPrecision gPrecision) |
| void | mat (void *out, void **gauge, void *in, double kappa, int daggerBit, QudaPrecision sPrecision, QudaPrecision gPrecision) |
| void | matpc (void *out, void **gauge, void *in, double kappa, QudaMatPCType matpc_type, int daggerBit, QudaPrecision sPrecision, QudaPrecision gPrecision) |
Variables | |
| int | Z [4] |
| int | Vh |
| int | V |
| void dslash | ( | void * | res, |
| void ** | gauge, | ||
| void * | spinorField, | ||
| int | oddBit, | ||
| int | daggerBit, | ||
| QudaPrecision | sPrecision, | ||
| QudaPrecision | gPrecision | ||
| ) |
Definition at line 227 of file wilson_dslash_reference.cpp.
| void mat | ( | void * | out, |
| void ** | gauge, | ||
| void * | in, | ||
| double | kappa, | ||
| int | daggerBit, | ||
| QudaPrecision | sPrecision, | ||
| QudaPrecision | gPrecision | ||
| ) |
Definition at line 258 of file wilson_dslash_reference.cpp.
| void matpc | ( | void * | out, |
| void ** | gauge, | ||
| void * | in, | ||
| double | kappa, | ||
| QudaMatPCType | matpc_type, | ||
| int | daggerBit, | ||
| QudaPrecision | sPrecision, | ||
| QudaPrecision | gPrecision | ||
| ) |
Definition at line 295 of file wilson_dslash_reference.cpp.
| void setDims | ( | int * | ) |
Definition at line 53 of file fermion_force_test.c.
| int V |
Definition at line 5 of file force_kernel_common.cu.
| int Vh |
Definition at line 38 of file dslash_constants.h.
| int Z[4] |
Definition at line 11 of file domain_wall_dslash_reference.cpp.
1.7.3