#include <gauge_field.h>
#include <typeinfo>
#include <blas_quda.h>
Go to the source code of this file.
|
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...
|
|