QUDA v0.3.2
A library for QCD on GPUs

quda/include/fermion_force_quda.h

Go to the documentation of this file.
00001 #ifndef _FERMION_FORCE_QUDA_H
00002 #define _FERMION_FORCE_QUDA_H
00003 
00004 #ifdef __cplusplus
00005 extern "C"{
00006 #endif
00007 
00008   void fermion_force_init_cuda(QudaGaugeParam* param);
00009   void fermion_force_cuda(double eps, double weight1, double weight2, void* act_path_coeff,
00010                           FullHw cudaHw, FullGauge cudaSiteLink, FullMom cudaMom, QudaGaugeParam* param);
00011     
00012 #ifdef __cplusplus
00013 }
00014 #endif
00015 
00016 #endif // _FERMION_FORCE_QUDA_H
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines