|
__device__ __host__ | ColorSpinor () |
|
__device__ __host__ | ColorSpinor (const ColorSpinor< Float, Nc, Ns > &a) |
|
__device__ __host__ ColorSpinor< Float, Nc, Ns > & | operator= (const ColorSpinor< Float, Nc, Ns > &a) |
|
__device__ __host__ ColorSpinor< Float, Nc, Ns > | operator- () const |
|
__device__ __host__ ColorSpinor< Float, Nc, Ns > & | operator+= (const ColorSpinor< Float, Nc, Ns > &a) |
|
template<typename T > |
__device__ __host__ ColorSpinor< Float, Nc, Ns > & | operator*= (const T &a) |
|
__device__ __host__ ColorSpinor< Float, Nc, Ns > & | operator-= (const ColorSpinor< Float, Nc, Ns > &a) |
|
template<typename S > |
__device__ __host__ | ColorSpinor (const colorspinor_wrapper< Float, S > &s) |
|
template<typename S > |
__device__ __host__ void | operator= (const colorspinor_wrapper< Float, S > &s) |
|
template<typename S > |
__device__ __host__ | ColorSpinor (const colorspinor_ghost_wrapper< Float, S > &s) |
|
template<typename S > |
__device__ __host__ void | operator= (const colorspinor_ghost_wrapper< Float, S > &s) |
|
__device__ __host__ complex< Float > & | operator() (int s, int c) |
| 2-d accessor functor More...
|
|
__device__ __host__ const complex< Float > & | operator() (int s, int c) const |
| 2-d accessor functor More...
|
|
__device__ __host__ complex< Float > & | operator() (int idx) |
| 1-d accessor functor More...
|
|
__device__ __host__ const complex< Float > & | operator() (int idx) const |
| 1-d accessor functor More...
|
|
__device__ __host__ void | print () const |
| Prints the NsxNc complex elements of the color spinor. More...
|
|
template<typename S > |
__device__ __host__ void | operator= (const colorspinor_wrapper< T, S > &a) |
|
template<typename S > |
__device__ __host__ | ColorSpinor (const colorspinor_wrapper< T, S > &a) |
|
template<typename S > |
__device__ __host__ void | operator= (const colorspinor_ghost_wrapper< T, S > &a) |
|
template<typename S > |
__device__ __host__ | ColorSpinor (const colorspinor_ghost_wrapper< T, S > &a) |
|
template<typename Float, int Nc, int Ns>
struct quda::ColorSpinor< Float, Nc, Ns >
This is the generic declaration of ColorSpinor.
Definition at line 24 of file color_spinor.h.