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

Public Types

typedef mapper< FloatIn >::type RegTypeIn
 
typedef mapper< FloatOut >::type RegTypeOut
 
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])
 
__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::RelBasis< FloatOut, FloatIn, Ns, Nc >

Transform from non-relativistic into relavisitic basis

Definition at line 67 of file copy_color_spinor.cu.

Member Typedef Documentation

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

Definition at line 68 of file copy_color_spinor.cu.

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

Definition at line 126 of file extended_color_spinor_utilities.cu.

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

Definition at line 69 of file copy_color_spinor.cu.

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

Definition at line 127 of file extended_color_spinor_utilities.cu.

Member Function Documentation

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

Definition at line 70 of file copy_color_spinor.cu.

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

Definition at line 128 of file extended_color_spinor_utilities.cu.


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