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 | getPhase (RegType *phase, const RegType in[18]) const |
__device__ __host__ void | Pack (RegType out[8], const RegType in[18], int idx) const |
__device__ __host__ void | Unpack (RegType out[18], const RegType in[8], int idx, int dir, const RegType phase) const |
Public Attributes | |
const Reconstruct< 8, Float > | reconstruct_8 |
const RegType | scale |
Definition at line 368 of file gauge_field_order.h.
typedef mapper<Float>::type quda::Reconstruct< 9, Float >::RegType |
Definition at line 369 of file gauge_field_order.h.
|
inline |
Definition at line 373 of file gauge_field_order.h.
|
inline |
Definition at line 375 of file gauge_field_order.h.
|
inline |
Definition at line 393 of file gauge_field_order.h.
|
inline |
Definition at line 411 of file gauge_field_order.h.
const Reconstruct<8,Float> quda::Reconstruct< 9, Float >::reconstruct_8 |
Definition at line 370 of file gauge_field_order.h.
const RegType quda::Reconstruct< 9, Float >::scale |
Definition at line 371 of file gauge_field_order.h.