|
QUDA
v1.1.0
A library for QCD on GPUs
|
#include <array.h>
Public Types | |
| typedef T | value_type |
| typedef T | head_type |
Public Member Functions | |
| __host__ __device__ __forceinline__ | array (head_type h) |
| __host__ __device__ __forceinline__ | array () |
| __host__ __device__ __forceinline__ | array (const array &other) |
| __host__ __device__ __forceinline__ array & | operator= (const array &other) |
| __host__ __device__ __forceinline__ bool | operator== (const array &other) const |
| __host__ __device__ __forceinline__ bool | operator!= (const array &other) const |
Public Attributes | |
| head_type | head |
Static Public Attributes | |
| static const int | size = 1 |
| typedef T detail::array< T, 1 >::head_type |
| typedef T detail::array< T, 1 >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| head_type detail::array< T, 1 >::head |
|
static |