|
template<typename FloatOut , typename FloatIn , int length, typename InOrder > |
void | quda::copyGauge (const InOrder &inOrder, const GaugeField &out, const GaugeField &in, QudaFieldLocation location, FloatOut *Out, FloatOut **outGhost, int type) |
|
template<typename FloatOut , typename FloatIn , int length> |
void | quda::copyGauge (GaugeField &out, const GaugeField &in, QudaFieldLocation location, FloatOut *Out, FloatIn *In, FloatOut **outGhost, FloatIn **inGhost, int type) |
|
void | quda::checkMomOrder (const GaugeField &u) |
|
template<typename FloatOut , typename FloatIn , int length, typename Out , typename In , typename Arg > |
void | quda::copyMom (Arg &arg, const GaugeField &out, const GaugeField &in, QudaFieldLocation location) |
|
template<typename FloatOut , typename FloatIn > |
void | quda::copyGauge (GaugeField &out, const GaugeField &in, QudaFieldLocation location, FloatOut *Out, FloatIn *In, FloatOut **outGhost, FloatIn **inGhost, int type) |
|
void | quda::copyGenericGauge (GaugeField &out, const GaugeField &in, QudaFieldLocation location, void *Out=0, void *In=0, void **ghostOut=0, void **ghostIn=0, int type=0) |
|