QUDA
1.0.0
|
Public Types | |
using | Gauge = typename gauge_mapper< Float, recon >::type |
using | real = typename mapper< Float >::type |
Public Member Functions | |
GaugeGaussArg (const GaugeField &U, RNG &rngstate, double sigma) | |
Public Attributes | |
int | threads |
int | E [4] |
int | X [4] |
int | border [4] |
Gauge | U |
RNG | rngstate |
real | sigma |
Static Public Attributes | |
static constexpr bool | group = group_ |
Definition at line 14 of file gauge_random.cu.
using quda::GaugeGaussArg< Float, recon, group_ >::Gauge = typename gauge_mapper<Float, recon>::type |
Definition at line 15 of file gauge_random.cu.
using quda::GaugeGaussArg< Float, recon, group_ >::real = typename mapper<Float>::type |
Definition at line 16 of file gauge_random.cu.
|
inline |
Definition at line 26 of file gauge_random.cu.
References R, quda::LatticeField::R(), and quda::LatticeField::X().
int quda::GaugeGaussArg< Float, recon, group_ >::border[4] |
Definition at line 21 of file gauge_random.cu.
int quda::GaugeGaussArg< Float, recon, group_ >::E[4] |
Definition at line 19 of file gauge_random.cu.
|
static |
Definition at line 17 of file gauge_random.cu.
RNG quda::GaugeGaussArg< Float, recon, group_ >::rngstate |
Definition at line 23 of file gauge_random.cu.
Referenced by quda::gaugeGauss().
real quda::GaugeGaussArg< Float, recon, group_ >::sigma |
Definition at line 24 of file gauge_random.cu.
Referenced by quda::gaugeGauss().
int quda::GaugeGaussArg< Float, recon, group_ >::threads |
Definition at line 18 of file gauge_random.cu.
Gauge quda::GaugeGaussArg< Float, recon, group_ >::U |
Definition at line 22 of file gauge_random.cu.
Referenced by quda::gaugeGauss().
int quda::GaugeGaussArg< Float, recon, group_ >::X[4] |
Definition at line 20 of file gauge_random.cu.