QUDA
1.0.0
|
#include <clover_field_order.h>
Public Types | |
typedef mapper< Float >::type | RegType |
Public Member Functions | |
QDPOrder (const CloverField &clover, bool inverse, Float *clover_=0) | |
bool | Twisted () const |
Float | Mu2 () const |
__device__ __host__ void | load (RegType v[length], int x, int parity) const |
__device__ __host__ void | save (const RegType v[length], int x, int parity) |
size_t | Bytes () const |
Public Attributes | |
Float * | clover |
const int | volumeCB |
const int | stride |
const int | offset |
const bool | twisted |
const Float | mu2 |
QDP ordering for clover fields
Definition at line 800 of file clover_field_order.h.
typedef mapper<Float>::type quda::clover::QDPOrder< Float, length >::RegType |
Definition at line 801 of file clover_field_order.h.
|
inline |
Definition at line 810 of file clover_field_order.h.
References quda::CloverField::V().
|
inline |
Definition at line 843 of file clover_field_order.h.
References length.
|
inline |
Definition at line 819 of file clover_field_order.h.
References length.
|
inline |
Definition at line 817 of file clover_field_order.h.
|
inline |
Definition at line 831 of file clover_field_order.h.
References length.
|
inline |
Definition at line 816 of file clover_field_order.h.
Float* quda::clover::QDPOrder< Float, length >::clover |
Definition at line 802 of file clover_field_order.h.
const Float quda::clover::QDPOrder< Float, length >::mu2 |
Definition at line 808 of file clover_field_order.h.
const int quda::clover::QDPOrder< Float, length >::offset |
Definition at line 805 of file clover_field_order.h.
const int quda::clover::QDPOrder< Float, length >::stride |
Definition at line 804 of file clover_field_order.h.
const bool quda::clover::QDPOrder< Float, length >::twisted |
Definition at line 807 of file clover_field_order.h.
const int quda::clover::QDPOrder< Float, length >::volumeCB |
Definition at line 803 of file clover_field_order.h.