QUDA  v1.1.0
A library for QCD on GPUs
Public Member Functions | Public Attributes | List of all members
quda::gauge::GhostAccessor< Float, nColor, order, native_ghost, storeFloat > Struct Template Reference

#include <gauge_field_order.h>

Public Member Functions

 GhostAccessor (const GaugeField &, void *gauge_=0, void **ghost_=0)
 
void resetScale (Float dummy)
 
__device__ __host__ complex< Float > & operator() (int d, int parity, int x, int row, int col) const
 

Public Attributes

complex< Float > dummy
 

Detailed Description

template<typename Float, int nColor, QudaGaugeFieldOrder order, bool native_ghost, typename storeFloat>
struct quda::gauge::GhostAccessor< Float, nColor, order, native_ghost, storeFloat >

Definition at line 377 of file gauge_field_order.h.

Constructor & Destructor Documentation

◆ GhostAccessor()

template<typename Float , int nColor, QudaGaugeFieldOrder order, bool native_ghost, typename storeFloat >
quda::gauge::GhostAccessor< Float, nColor, order, native_ghost, storeFloat >::GhostAccessor ( const GaugeField ,
void *  gauge_ = 0,
void **  ghost_ = 0 
)
inline

Definition at line 379 of file gauge_field_order.h.

Member Function Documentation

◆ operator()()

template<typename Float , int nColor, QudaGaugeFieldOrder order, bool native_ghost, typename storeFloat >
__device__ __host__ complex<Float>& quda::gauge::GhostAccessor< Float, nColor, order, native_ghost, storeFloat >::operator() ( int  d,
int  parity,
int  x,
int  row,
int  col 
) const
inline

Definition at line 385 of file gauge_field_order.h.

◆ resetScale()

template<typename Float , int nColor, QudaGaugeFieldOrder order, bool native_ghost, typename storeFloat >
void quda::gauge::GhostAccessor< Float, nColor, order, native_ghost, storeFloat >::resetScale ( Float  dummy)
inline

Definition at line 383 of file gauge_field_order.h.

Member Data Documentation

◆ dummy

template<typename Float , int nColor, QudaGaugeFieldOrder order, bool native_ghost, typename storeFloat >
complex<Float> quda::gauge::GhostAccessor< Float, nColor, order, native_ghost, storeFloat >::dummy
mutable

Definition at line 378 of file gauge_field_order.h.


The documentation for this struct was generated from the following file: