Go to the source code of this file.
|
std::ostream & | quda::operator<< (std::ostream &output, const GaugeFieldParam ¶m) |
|
double | quda::norm2 (const cudaGaugeField &u) |
|
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) |
|
void | quda::copyExtendedGauge (GaugeField &out, const GaugeField &in, QudaFieldLocation location, void *Out=0, void *In=0) |
|
void | quda::extractGaugeGhost (const GaugeField &u, void **ghost) |
|
void | quda::extractExtendedGaugeGhost (const GaugeField &u, int dim, const int *R, void **ghost, bool extract) |
|
double | quda::maxGauge (const GaugeField &u) |
|
void | quda::applyGaugePhase (GaugeField &u) |
|