QUDA v0.4.0
A library for QCD on GPUs
quda/tests/fermion_force_reference.h
Go to the documentation of this file.
00001 #ifndef __FERMION_FORCE_REFERENCE__
00002 #define __FERMION_FORCE_REFERENCE__
00003 
00004     void fermion_force_reference(float eps, float weight1, float weight2, 
00005                                  void* act_path_coeff, void* temp_x, void* sitelink, void* mom);
00006 
00007     void fermion_force_reference(double eps, double weight1, double weight2,
00008                                  void* act_path_coeff, void* temp_x, void* sitelink, void* mom);
00009 
00010         
00011 
00012 #endif
00013 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines