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< N, 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[N], const RegType in[N], int idx) const
 
__device__ __host__ void Unpack (RegType out[N], const RegType in[N], int idx, int dir, const RegType phase) const
 
__device__ __host__ void getPhase (RegType *phase, const RegType in[18]) const
 

Detailed Description

template<int N, typename Float>
struct quda::Reconstruct< N, Float >

Generic reconstruction is no reconstruction

Definition at line 54 of file gauge_field_order.h.

Member Typedef Documentation

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

Definition at line 55 of file gauge_field_order.h.

Constructor & Destructor Documentation

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

Definition at line 56 of file gauge_field_order.h.

Member Function Documentation

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

Definition at line 66 of file gauge_field_order.h.

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

Definition at line 58 of file gauge_field_order.h.

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

Definition at line 61 of file gauge_field_order.h.


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