QUDA  0.9.0
Public Types | Public Member Functions | List of all members
quda::NonRelBasis< Ns, Nc > Struct Template Reference

Public Types

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

Public Member Functions

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

Detailed Description

template<int Ns, int Nc>
struct quda::NonRelBasis< Ns, Nc >

Transform from relativistic into non-relavisitic basis

Definition at line 55 of file copy_color_spinor.cuh.

Member Typedef Documentation

◆ RegTypeIn

template<int Ns, int Nc>
typedef mapper<FloatIn>::type quda::NonRelBasis< Ns, Nc >::RegTypeIn

Definition at line 106 of file extended_color_spinor_utilities.cu.

◆ RegTypeOut

template<int Ns, int Nc>
typedef mapper<FloatOut>::type quda::NonRelBasis< Ns, Nc >::RegTypeOut

Definition at line 107 of file extended_color_spinor_utilities.cu.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 57 of file copy_color_spinor.cuh.

References c, in, kP, out, and s.

◆ operator()() [2/2]

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

Definition at line 108 of file extended_color_spinor_utilities.cu.

References c, in, kP, out, s, and z.


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