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::NonRelToChiralBasis< FloatOut, FloatIn, Ns, Nc > Struct Template Reference

Public Types

typedef mapper< FloatIn >::type RegTypeIn
 
typedef mapper< FloatOut >::type RegTypeOut
 

Public Member Functions

__device__ __host__ void operator() (RegTypeOut out[Ns *Nc *2], const RegTypeIn in[Ns *Nc *2])
 

Detailed Description

template<typename FloatOut, typename FloatIn, int Ns, int Nc>
struct quda::NonRelToChiralBasis< FloatOut, FloatIn, Ns, Nc >

Transform from non-relativistic into chiral basis

Definition at line 107 of file copy_color_spinor.cu.

Member Typedef Documentation

template<typename FloatOut, typename FloatIn, int Ns, int Nc>
typedef mapper<FloatIn>::type quda::NonRelToChiralBasis< FloatOut, FloatIn, Ns, Nc >::RegTypeIn

Definition at line 108 of file copy_color_spinor.cu.

template<typename FloatOut, typename FloatIn, int Ns, int Nc>
typedef mapper<FloatOut>::type quda::NonRelToChiralBasis< FloatOut, FloatIn, Ns, Nc >::RegTypeOut

Definition at line 109 of file copy_color_spinor.cu.

Member Function Documentation

template<typename FloatOut, typename FloatIn, int Ns, int Nc>
__device__ __host__ void quda::NonRelToChiralBasis< FloatOut, FloatIn, Ns, Nc >::operator() ( RegTypeOut  out[Ns *Nc *2],
const RegTypeIn  in[Ns *Nc *2] 
)
inline

Definition at line 110 of file copy_color_spinor.cu.


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