QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
quda::Reconstruct< 11, Float > Struct Template Reference

#include <gauge_field_order.h>

Public Types

typedef mapper< Float >::type RegType
 

Public Member Functions

 Reconstruct (const GaugeField &u)
 
__device__ __host__ void Pack (RegType out[10], const RegType in[18], int idx) const
 
__device__ __host__ void Unpack (RegType out[18], const RegType in[10], int idx, int dir, const RegType phase) const
 
__device__ __host__ void getPhase (RegType *phase, const RegType in[18])
 

Detailed Description

template<typename Float>
struct quda::Reconstruct< 11, Float >

Definition at line 180 of file gauge_field_order.h.

Member Typedef Documentation

template<typename Float >
typedef mapper<Float>::type quda::Reconstruct< 11, Float >::RegType

Definition at line 181 of file gauge_field_order.h.

Constructor & Destructor Documentation

template<typename Float >
quda::Reconstruct< 11, Float >::Reconstruct ( const GaugeField u)
inline

Definition at line 183 of file gauge_field_order.h.

Member Function Documentation

template<typename Float >
__device__ __host__ void quda::Reconstruct< 11, Float >::getPhase ( RegType phase,
const RegType  in[18] 
)
inline

Definition at line 214 of file gauge_field_order.h.

template<typename Float >
__device__ __host__ void quda::Reconstruct< 11, Float >::Pack ( RegType  out[10],
const RegType  in[18],
int  idx 
) const
inline

Definition at line 185 of file gauge_field_order.h.

template<typename Float >
__device__ __host__ void quda::Reconstruct< 11, Float >::Unpack ( RegType  out[18],
const RegType  in[10],
int  idx,
int  dir,
const RegType  phase 
) const
inline

Definition at line 195 of file gauge_field_order.h.


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