QUDA  0.9.0
Public Member Functions | Public Attributes | List of all members
quda::gauge::GhostAccessor< Float, nColor, order, native_ghost > Struct Template Reference

#include <gauge_field_order.h>

Collaboration diagram for quda::gauge::GhostAccessor< Float, nColor, order, native_ghost >:
Collaboration graph
[legend]

Public Member Functions

 GhostAccessor (const GaugeField &, void *gauge_=0, void **ghost_=0)
 
__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>
struct quda::gauge::GhostAccessor< Float, nColor, order, native_ghost >

Definition at line 160 of file gauge_field_order.h.

Constructor & Destructor Documentation

◆ GhostAccessor()

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

Definition at line 162 of file gauge_field_order.h.

References errorQuda.

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ dummy

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

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