QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
quda::ChecksumArg< T, order, Nc > Struct Template Reference

Public Types

typedef mapper< T >::type real
 
typedef gauge_order_mapper< T, order, Nc >::type G
 

Public Member Functions

 ChecksumArg (const GaugeField &U, bool mini)
 

Public Attributes

const G U
 
const int volumeCB
 

Static Public Attributes

static constexpr int nColor = Nc
 

Detailed Description

template<typename T, QudaGaugeFieldOrder order, int Nc>
struct quda::ChecksumArg< T, order, Nc >

Definition at line 7 of file checksum.cu.

Member Typedef Documentation

◆ G

template<typename T, QudaGaugeFieldOrder order, int Nc>
typedef gauge_order_mapper<T,order,Nc>::type quda::ChecksumArg< T, order, Nc >::G

Definition at line 10 of file checksum.cu.

◆ real

template<typename T, QudaGaugeFieldOrder order, int Nc>
typedef mapper<T>::type quda::ChecksumArg< T, order, Nc >::real

Definition at line 9 of file checksum.cu.

Constructor & Destructor Documentation

◆ ChecksumArg()

template<typename T, QudaGaugeFieldOrder order, int Nc>
quda::ChecksumArg< T, order, Nc >::ChecksumArg ( const GaugeField U,
bool  mini 
)
inline

Definition at line 13 of file checksum.cu.

Member Data Documentation

◆ nColor

template<typename T, QudaGaugeFieldOrder order, int Nc>
constexpr int quda::ChecksumArg< T, order, Nc >::nColor = Nc
static

Definition at line 8 of file checksum.cu.

◆ U

template<typename T, QudaGaugeFieldOrder order, int Nc>
const G quda::ChecksumArg< T, order, Nc >::U

Definition at line 11 of file checksum.cu.

◆ volumeCB

template<typename T, QudaGaugeFieldOrder order, int Nc>
const int quda::ChecksumArg< T, order, Nc >::volumeCB

Definition at line 12 of file checksum.cu.


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