QUDA  v0.5.0
A library for QCD on GPUs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
llfat_reference.h
Go to the documentation of this file.
1 #ifndef __LLFAT_REFERENCE_H__
2 #define __LLFAT_REFERENCE_H__
3 
4 #ifdef __cplusplus
5 extern "C"{
6 #endif
7 
8  void llfat_reference(void** fatlink, void** sitelink, QudaPrecision prec, void* act_path_coeff);
9  void llfat_reference_mg(void** fatlink, void** sitelink, void** ghost_sitelink,
10  void** ghost_sitelink_diag, QudaPrecision prec, void* act_path_coeff);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif
17