|
QUDA v0.4.0
A library for QCD on GPUs
|
#include <enum_quda.h>Go to the source code of this file.
Functions | |
| void | halfwilson_hisq_force_reference (float eps, float weight1, void *act_path_coeff, void *temp_x, void *sitelink, void *mom) |
| void | halfwilson_hisq_force_reference (double eps, double weight1, void *act_path_coeff, void *temp_x, void *sitelink, void *mom) |
| void | color_matrix_hisq_force_reference (float eps, float weight, void *act_path_coeff, void *temp_xx, void *sitelink, void *mom) |
| void | computeHisqOuterProduct (void *src, void *dst, QudaPrecision precision) |
| void | computeLinkOrderedOuterProduct (void *src, void *dest, QudaPrecision precision) |
| void | computeLinkOrderedOuterProduct (void *src, void *dest, QudaPrecision precision, size_t separation) |
| void color_matrix_hisq_force_reference | ( | float | eps, |
| float | weight, | ||
| void * | act_path_coeff, | ||
| void * | temp_xx, | ||
| void * | sitelink, | ||
| void * | mom | ||
| ) |
Definition at line 1123 of file hisq_force_reference.cpp.
| void computeHisqOuterProduct | ( | void * | src, |
| void * | dst, | ||
| QudaPrecision | precision | ||
| ) |
Definition at line 466 of file hisq_force_reference.cpp.
| void computeLinkOrderedOuterProduct | ( | void * | src, |
| void * | dest, | ||
| QudaPrecision | precision | ||
| ) |
Definition at line 429 of file hisq_force_reference.cpp.
| void computeLinkOrderedOuterProduct | ( | void * | src, |
| void * | dest, | ||
| QudaPrecision | precision, | ||
| size_t | separation | ||
| ) |
Definition at line 439 of file hisq_force_reference.cpp.
| void halfwilson_hisq_force_reference | ( | double | eps, |
| double | weight1, | ||
| void * | act_path_coeff, | ||
| void * | temp_x, | ||
| void * | sitelink, | ||
| void * | mom | ||
| ) |
Definition at line 1111 of file hisq_force_reference.cpp.
| void halfwilson_hisq_force_reference | ( | float | eps, |
| float | weight1, | ||
| void * | act_path_coeff, | ||
| void * | temp_x, | ||
| void * | sitelink, | ||
| void * | mom | ||
| ) |
Definition at line 1099 of file hisq_force_reference.cpp.
1.7.4