|
QUDA
0.9.0
|
#include <contractQuda.h>

Public Member Functions | |
| CovD (cudaGaugeField *gauge, TimeProfile &profile) | |
| ~CovD () | |
| CovD & | operator= (const CovD &cov) |
| void | checkFullSpinor (const cudaColorSpinorField &, const cudaColorSpinorField &) const |
| void | checkSpinorAlias (const cudaColorSpinorField &, const cudaColorSpinorField &) const |
| void | checkParitySpinor (const cudaColorSpinorField &out, const cudaColorSpinorField &in) const |
| void | Apply (cudaColorSpinorField &out, const cudaColorSpinorField &in, const QudaParity parity, const int mu) |
| void | M (cudaColorSpinorField &out, const cudaColorSpinorField &in, const int mu) |
| unsigned long long | Flops () |
Protected Attributes | |
| cudaGaugeField * | gauge |
| unsigned long long | flops |
| QudaTune | tune |
| int | commDim [QUDA_MAX_DIM] |
| TimeProfile * | profile |
Definition at line 12 of file contractQuda.h.
| quda::CovD::CovD | ( | cudaGaugeField * | gauge, |
| TimeProfile & | profile | ||
| ) |
| quda::CovD::~CovD | ( | ) |
| void quda::CovD::Apply | ( | cudaColorSpinorField & | out, |
| const cudaColorSpinorField & | in, | ||
| const QudaParity | parity, | ||
| const int | mu | ||
| ) |
| void quda::CovD::checkFullSpinor | ( | const cudaColorSpinorField & | , |
| const cudaColorSpinorField & | |||
| ) | const |
| void quda::CovD::checkParitySpinor | ( | const cudaColorSpinorField & | out, |
| const cudaColorSpinorField & | in | ||
| ) | const |
| void quda::CovD::checkSpinorAlias | ( | const cudaColorSpinorField & | , |
| const cudaColorSpinorField & | |||
| ) | const |
| unsigned long long quda::CovD::Flops | ( | ) |
| void quda::CovD::M | ( | cudaColorSpinorField & | out, |
| const cudaColorSpinorField & | in, | ||
| const int | mu | ||
| ) |
|
protected |
Definition at line 19 of file contractQuda.h.
|
protected |
Definition at line 15 of file contractQuda.h.
|
protected |
Definition at line 14 of file contractQuda.h.
|
protected |
Definition at line 21 of file contractQuda.h.
|
protected |
Definition at line 17 of file contractQuda.h.
1.8.14