QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions | Variables
staggered_dslash_reference.h File Reference
#include <blas_reference.h>
#include <quda_internal.h>
#include "color_spinor_field.h"
Include dependency graph for staggered_dslash_reference.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void setDims (int *)
 
void staggered_dslash (cpuColorSpinorField *out, void **fatlink, void **longlink, void **ghost_fatlink, void **ghost_longlink, cpuColorSpinorField *in, int oddBit, int daggerBit, QudaPrecision sPrecision, QudaPrecision gPrecision, QudaDslashType dslash_type)
 
void matdagmat (cpuColorSpinorField *out, void **fatlink, void **longlink, void **ghost_fatlink, void **ghost_longlink, cpuColorSpinorField *in, double mass, int dagger_bit, QudaPrecision sPrecision, QudaPrecision gPrecision, cpuColorSpinorField *tmp, QudaParity parity, QudaDslashType dslash_type)
 

Variables

int Z [4]
 
int Vh
 
int V
 

Function Documentation

◆ matdagmat()

void matdagmat ( cpuColorSpinorField out,
void **  fatlink,
void **  longlink,
void **  ghost_fatlink,
void **  ghost_longlink,
cpuColorSpinorField in,
double  mass,
int  dagger_bit,
QudaPrecision  sPrecision,
QudaPrecision  gPrecision,
cpuColorSpinorField tmp,
QudaParity  parity,
QudaDslashType  dslash_type 
)

◆ setDims()

void setDims ( int *  )

Definition at line 151 of file test_util.cpp.

◆ staggered_dslash()

void staggered_dslash ( cpuColorSpinorField out,
void **  fatlink,
void **  longlink,
void **  ghost_fatlink,
void **  ghost_longlink,
cpuColorSpinorField in,
int  oddBit,
int  daggerBit,
QudaPrecision  sPrecision,
QudaPrecision  gPrecision,
QudaDslashType  dslash_type 
)

Variable Documentation

◆ V

int V

Definition at line 27 of file test_util.cpp.

◆ Vh

int Vh

Definition at line 28 of file test_util.cpp.

◆ Z

int Z[4]

Definition at line 26 of file test_util.cpp.