QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions
qio_util.cpp File Reference
#include <stdio.h>
#include <string.h>
#include <qio_util.h>
Include dependency graph for qio_util.cpp:

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[])
 

Function Documentation

◆ inside_subset()

int inside_subset ( int  x[],
int  lower[],
int  upper[] 
)

Definition at line 134 of file qio_util.cpp.

◆ print_m()

void print_m ( suN_matrix *  a)

Definition at line 7 of file qio_util.cpp.

◆ vcompare_M()

float vcompare_M ( suN_matrix *  fielda[],
suN_matrix *  fieldb[],
int  count 
)

Definition at line 77 of file qio_util.cpp.

References quda::count, num_sites(), and this_node.

Here is the call graph for this function:

◆ vcreate_M()

int vcreate_M ( suN_matrix *  field[],
int  count 
)

Definition at line 54 of file qio_util.cpp.

References quda::count, num_sites(), and this_node.

Here is the call graph for this function:

◆ vdestroy_M()

void vdestroy_M ( suN_matrix *  field[],
int  count 
)

Definition at line 70 of file qio_util.cpp.

References quda::count.

◆ vfill_m()

void vfill_m ( suN_matrix *  a,
int  coords[],
int  rank 
)

Definition at line 17 of file qio_util.cpp.

References lattice_size.

Referenced by vset_M().

Here is the caller graph for this function:

◆ vget_M()

void vget_M ( char *  s1,
size_t  index,
int  count,
void *  s2 
)

Definition at line 117 of file qio_util.cpp.

References quda::count, and index().

Here is the call graph for this function:

◆ vput_M()

void vput_M ( char *  s1,
size_t  index,
int  count,
void *  s2 
)

Definition at line 100 of file qio_util.cpp.

References quda::count, and index().

Here is the call graph for this function:

◆ vset_M()

void vset_M ( suN_matrix *  field[],
int  count 
)

Definition at line 36 of file qio_util.cpp.

References quda::count, index(), lattice_size, node_index(), node_number(), this_node, and vfill_m().

Here is the call graph for this function: