QUDA v0.3.2
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 #ifdef __cplusplus
00004 extern "C"{
00005 #endif    
00006     void fermion_force_reference(float eps, float weight1, float weight2, 
00007                                  void* act_path_coeff, void* temp_x, void* sitelink, void* mom);
00008         
00009 #ifdef __cplusplus
00010 }
00011 #endif
00012 
00013 #endif
00014 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines