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

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])
 

Private Types

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

Detailed Description

template<int Ns, int Nc>
class quda::PreserveBasis< Ns, Nc >

Straight copy with no basis change

Definition at line 46 of file copy_color_spinor.cuh.

Member Typedef Documentation

◆ RegTypeIn

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

Definition at line 89 of file extended_color_spinor_utilities.cu.

◆ RegTypeOut

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

Definition at line 90 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::PreserveBasis< Ns, Nc >::operator() ( complex< FloatOut >  out[Ns *Nc],
const complex< FloatIn >  in[Ns *Nc] 
) const
inline

Definition at line 48 of file copy_color_spinor.cuh.

References c, in, out, and s.

◆ operator()() [2/2]

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

Definition at line 92 of file extended_color_spinor_utilities.cu.

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


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