QUDA
v0.7.0
A library for QCD on GPUs
|
Go to the source code of this file.
Functions | |
void | print_m (suN_matrix *a) |
void | vfill_m (suN_matrix *a, int coords[], int rank) |
void | vset_M (suN_matrix *field[], int count) |
int | vcreate_M (suN_matrix *field[], int count) |
void | vdestroy_M (suN_matrix *field[], int count) |
float | vcompare_M (suN_matrix *fielda[], suN_matrix *fieldb[], int count) |
void | vput_M (char *s1, size_t index, int count, void *s2) |
void | vget_M (char *s1, size_t index, int count, void *s2) |
int | inside_subset (int x[], int lower[], int upper[]) |
int inside_subset | ( | int | x[], |
int | lower[], | ||
int | upper[] | ||
) |
Definition at line 138 of file qio_util.cpp.
void print_m | ( | suN_matrix * | a | ) |
Definition at line 7 of file qio_util.cpp.
float vcompare_M | ( | suN_matrix * | fielda[], |
suN_matrix * | fieldb[], | ||
int | count | ||
) |
Definition at line 81 of file qio_util.cpp.
int vcreate_M | ( | suN_matrix * | field[], |
int | count | ||
) |
Definition at line 57 of file qio_util.cpp.
void vdestroy_M | ( | suN_matrix * | field[], |
int | count | ||
) |
Definition at line 73 of file qio_util.cpp.
void vfill_m | ( | suN_matrix * | a, |
int | coords[], | ||
int | rank | ||
) |
Definition at line 20 of file qio_util.cpp.
void vget_M | ( | char * | s1, |
size_t | index, | ||
int | count, | ||
void * | s2 | ||
) |
Definition at line 121 of file qio_util.cpp.
void vput_M | ( | char * | s1, |
size_t | index, | ||
int | count, | ||
void * | s2 | ||
) |
Definition at line 104 of file qio_util.cpp.
void vset_M | ( | suN_matrix * | field[], |
int | count | ||
) |
Definition at line 39 of file qio_util.cpp.