QUDA v0.4.0
A library for QCD on GPUs
|
#include <clover_field.h>
Public Member Functions | |
CloverField (const CloverFieldParam ¶m, const QudaFieldLocation &location) | |
virtual | ~CloverField () |
Protected Attributes | |
size_t | bytes |
size_t | norm_bytes |
int | length |
int | real_length |
int | nColor |
int | nSpin |
Definition at line 11 of file clover_field.h.
CloverField::CloverField | ( | const CloverFieldParam & | param, |
const QudaFieldLocation & | location | ||
) |
Definition at line 8 of file clover_field.cpp.
CloverField::~CloverField | ( | ) | [virtual] |
Definition at line 26 of file clover_field.cpp.
size_t CloverField::bytes [protected] |
Definition at line 14 of file clover_field.h.
int CloverField::length [protected] |
Definition at line 16 of file clover_field.h.
int CloverField::nColor [protected] |
Definition at line 18 of file clover_field.h.
size_t CloverField::norm_bytes [protected] |
Definition at line 15 of file clover_field.h.
int CloverField::nSpin [protected] |
Definition at line 19 of file clover_field.h.
int CloverField::real_length [protected] |
Definition at line 17 of file clover_field.h.