QUDA  v1.1.0
A library for QCD on GPUs
gauge_update_quda.h
Go to the documentation of this file.
1 #ifndef _GAUGE_UPDATE_QUDA_H_
2 #define _GAUGE_UPDATE_QUDA_H_
3 
4 namespace quda {
5 
15  void updateGaugeField(GaugeField &out, double dt, const GaugeField& in,
16  const GaugeField& mom, bool conj_mom, bool exact);
17 
18 } // namespace quda
19 
20 #endif // _GAUGE_UPDATE_QUDA_H_
void updateGaugeField(GaugeField &out, double dt, const GaugeField &in, const GaugeField &mom, bool conj_mom, bool exact)