QUDA v0.4.0
A library for QCD on GPUs
|
#include <clover_field.h>
Public Member Functions | |
cudaCloverField (const void *h_clov, const void *h_clov_inv, const QudaPrecision cpu_prec, const QudaCloverFieldOrder cpu_order, const CloverFieldParam ¶m) | |
virtual | ~cudaCloverField () |
Friends | |
class | DiracClover |
class | DiracCloverPC |
Definition at line 26 of file clover_field.h.
cudaCloverField::cudaCloverField | ( | const void * | h_clov, |
const void * | h_clov_inv, | ||
const QudaPrecision | cpu_prec, | ||
const QudaCloverFieldOrder | cpu_order, | ||
const CloverFieldParam & | param | ||
) |
Definition at line 30 of file clover_field.cpp.
cudaCloverField::~cudaCloverField | ( | ) | [virtual] |
Definition at line 95 of file clover_field.cpp.
friend class DiracClover [friend] |
Definition at line 51 of file clover_field.h.
friend class DiracCloverPC [friend] |
Definition at line 52 of file clover_field.h.