QUDA  v0.5.0
A library for QCD on GPUs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gauge_force_reference.h
Go to the documentation of this file.
1 #ifndef __GAUGE_FORCE_REFERENCE__
2 #define __GAUGE_FORCE_REFERENCE__
3 #ifdef __cplusplus
4 extern "C"{
5 #endif
6 
7  void gauge_force_reference(void* refMom, double eb3, void** sitelink, void** sitelink_2d, QudaPrecision prec,
8  int ***path_dir, int* length, void* loop_coeff, int num_paths);
9 
10 #ifdef __cplusplus
11 }
12 #endif
13 
14 #endif
15