QUDA v0.4.0
A library for QCD on GPUs
Functions
quda/lib/cpu_color_spinor_field.cpp File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <iostream>
#include <color_spinor_field.h>
#include <color_spinor_field_order.h>

Go to the source code of this file.

Functions

template<class D , class S >
void genericCopy (D &dst, const S &src)
template<class T >
void random (T &t)
template<class T >
void point (T &t, const int x, const int s, const int c)
template<class U , class V >
int compareSpinor (const U &u, const V &v, const int tol)
template<class Order >
void print_vector (const Order &o, unsigned int x)

Function Documentation

template<class U , class V >
int compareSpinor ( const U &  u,
const V v,
const int  tol 
)

Definition at line 267 of file cpu_color_spinor_field.cpp.

template<class D , class S >
void genericCopy ( D &  dst,
const S &  src 
)

Definition at line 180 of file cpu_color_spinor_field.cpp.

template<class T >
void point ( T &  t,
const int  x,
const int  s,
const int  c 
)

Definition at line 239 of file cpu_color_spinor_field.cpp.

template<class Order >
void print_vector ( const Order &  o,
unsigned int  x 
)

Definition at line 330 of file cpu_color_spinor_field.cpp.

template<class T >
void random ( T &  t)

Definition at line 225 of file cpu_color_spinor_field.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines