|
QUDA v0.3.2
A library for QCD on GPUs
|
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
1.7.3