QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
llfat_quda.h
Go to the documentation of this file.
1 #ifndef _LLFAT_QUDA_H
2 #define _LLFAT_QUDA_H
3 
4 #include "quda.h"
5 #include "quda_internal.h"
6 
7 namespace quda {
8 
17  void fatLongKSLink(cudaGaugeField* fat,
18  cudaGaugeField* lng,
19  const cudaGaugeField& gauge,
20  const double* coeff);
21 
22 } // namespace quda
23 
24 #endif // _LLFAT_QUDA_H
void fatLongKSLink(cudaGaugeField *fat, cudaGaugeField *lng, const cudaGaugeField &gauge, const double *coeff)
Compute the fat and long links for an improved staggered (Kogut-Susskind) fermions.
Definition: llfat_quda.cu:532
Main header file for the QUDA library.