QUDA
v0.7.0
A library for QCD on GPUs
|
#include <gauge_field_order.h>
Public Types | |
typedef mapper< Float >::type | RegType |
Public Member Functions | |
Reconstruct (const GaugeField &u) | |
__device__ __host__ void | Pack (RegType out[12], const RegType in[18], int idx) const |
__device__ __host__ void | Unpack (RegType out[18], const RegType in[12], int idx, int dir, const RegType phase) const |
__device__ __host__ void | getPhase (RegType *phase, const RegType in[18]) const |
Public Attributes | |
const Reconstruct< 12, Float > | reconstruct_12 |
const RegType | scale |
Definition at line 220 of file gauge_field_order.h.
typedef mapper<Float>::type quda::Reconstruct< 13, Float >::RegType |
Definition at line 221 of file gauge_field_order.h.
|
inline |
Definition at line 225 of file gauge_field_order.h.
|
inline |
Definition at line 253 of file gauge_field_order.h.
|
inline |
Definition at line 227 of file gauge_field_order.h.
|
inline |
Definition at line 231 of file gauge_field_order.h.
const Reconstruct<12,Float> quda::Reconstruct< 13, Float >::reconstruct_12 |
Definition at line 222 of file gauge_field_order.h.
const RegType quda::Reconstruct< 13, Float >::scale |
Definition at line 223 of file gauge_field_order.h.