QUDA v0.3.2
A library for QCD on GPUs

quda/tests/gauge_force_reference.h

Go to the documentation of this file.
00001 #ifndef __GAUGE_FORCE_REFERENCE__
00002 #define __GAUGE_FORCE_REFERENCE__
00003 #ifdef __cplusplus
00004 extern "C"{
00005 #endif
00006     
00007     void gauge_force_reference(void* refMom, int dir, double eb3, 
00008                                void* sitelink, QudaPrecision prec, 
00009                                int **path_dir, int* length, void* loop_coeff, int num_paths);
00010     
00011     
00012 #ifdef __cplusplus
00013 }
00014 #endif
00015 
00016 #endif
00017 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines