QUDA
v1.1.0
A library for QCD on GPUs
|
Go to the source code of this file.
Namespaces | |
quda | |
Functions | |
std::ostream & | quda::operator<< (std::ostream &output, const GaugeFieldParam ¶m) |
ColorSpinorParam | quda::colorSpinorParam (const GaugeField &a) |
double | quda::norm2 (const GaugeField &u) |
This is a debugging function, where we cast a gauge field into a spinor field so we can compute its L2 norm. More... | |
double | quda::norm1 (const GaugeField &u) |
This is a debugging function, where we cast a gauge field into a spinor field so we can compute its L1 norm. More... | |
void | quda::ax (const double &a, GaugeField &u) |
Scale the gauge field by the scalar a. More... | |
cudaGaugeField * | quda::createExtendedGauge (cudaGaugeField &in, const int *R, TimeProfile &profile, bool redundant_comms=false, QudaReconstructType recon=QUDA_RECONSTRUCT_INVALID) |
cpuGaugeField * | quda::createExtendedGauge (void **gauge, QudaGaugeParam &gauge_param, const int *R) |