QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Functions
gauge_field.cpp File Reference
#include <gauge_field.h>
#include <typeinfo>
#include <blas_quda.h>
Include dependency graph for gauge_field.cpp:

Go to the source code of this file.

Namespaces

 quda
 

Functions

std::ostream & quda::operator<< (std::ostream &output, const GaugeFieldParam &param)
 
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...