|
QUDA v0.4.0
A library for QCD on GPUs
|
#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) |
| int compareSpinor | ( | const U & | u, |
| const V & | v, | ||
| const int | tol | ||
| ) |
Definition at line 267 of file cpu_color_spinor_field.cpp.
| void genericCopy | ( | D & | dst, |
| const S & | src | ||
| ) |
Definition at line 180 of file cpu_color_spinor_field.cpp.
| void point | ( | T & | t, |
| const int | x, | ||
| const int | s, | ||
| const int | c | ||
| ) |
Definition at line 239 of file cpu_color_spinor_field.cpp.
| void print_vector | ( | const Order & | o, |
| unsigned int | x | ||
| ) |
Definition at line 330 of file cpu_color_spinor_field.cpp.
| void random | ( | T & | t | ) |
Definition at line 225 of file cpu_color_spinor_field.cpp.
1.7.4