QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fermion_force_reference.h
Go to the documentation of this file.
1 #ifndef __FERMION_FORCE_REFERENCE__
2 #define __FERMION_FORCE_REFERENCE__
3 
4  void fermion_force_reference(float eps, float weight1, float weight2,
5  void* act_path_coeff, void* temp_x, void* sitelink, void* mom);
6 
7  void fermion_force_reference(double eps, double weight1, double weight2,
8  void* act_path_coeff, void* temp_x, void* sitelink, void* mom);
9 
10 
11 
12 #endif
13 
void fermion_force_reference(float eps, float weight1, float weight2, void *act_path_coeff, void *temp_x, void *sitelink, void *mom)