QUDA
1.0.0
|
Public Member Functions | |
__device__ __host__ scalar & | operator[] (int i) |
__device__ __host__ const scalar & | operator[] (int i) const |
__device__ __host__ void | operator+= (const vector_type &a) |
__device__ __host__ void | operator= (const vector_type &a) |
__device__ __host__ | vector_type () |
Static Public Member Functions | |
__device__ static __host__ constexpr int | size () |
Public Attributes | |
scalar | data [n] |
struct which acts as a wrapper to a vector of data.
Definition at line 34 of file cub_helper.cuh.
|
inline |
Definition at line 47 of file cub_helper.cuh.
|
inline |
Definition at line 39 of file cub_helper.cuh.
|
inline |
Definition at line 43 of file cub_helper.cuh.
|
inline |
Definition at line 36 of file cub_helper.cuh.
|
inline |
Definition at line 37 of file cub_helper.cuh.
|
inlinestatic |
Definition at line 38 of file cub_helper.cuh.
scalar quda::vector_type< scalar, n >::data[n] |
Definition at line 35 of file cub_helper.cuh.
Referenced by quda::coarseDslash(), quda::reduceRow(), and quda::zero().