|
template<class T > |
void | quda::random (T &t) |
|
template<class T > |
void | quda::point (T &t, int x, int s, int c) |
|
template<class T > |
void | quda::constant (T &t, int k, int s, int c) |
|
template<class P > |
void | quda::sin (P &p, int d, int n, int offset) |
|
template<class T > |
void | quda::corner (T &p, int v, int s, int c) |
|
void | quda::genericSource (cpuColorSpinorField &a, QudaSourceType sourceType, int x, int s, int c) |
|
template<class U , class V > |
int | quda::compareSpinor (const U &u, const V &v, const int tol) |
|
int | quda::genericCompare (const cpuColorSpinorField &a, const cpuColorSpinorField &b, int tol) |
|
template<class Order > |
void | quda::print_vector (const Order &o, unsigned int x) |
|
void | quda::genericPrintVector (const cpuColorSpinorField &a, unsigned int x) |
|
template<typename StoreType , int Ns, int Nc, QudaFieldOrder FieldOrder> |
void | quda::genericCudaPrintVector (const cudaColorSpinorField &field, unsigned int i) |
|
template<typename Float , int Ns, int Nc> |
void | quda::genericCudaPrintVector (const cudaColorSpinorField &field, unsigned int i) |
|
template<typename Float > |
void | quda::genericCudaPrintVector (const cudaColorSpinorField &field, unsigned int i) |
|