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__ | array (head_type h) |
__host__ __device__ | array () |
__host__ __device__ | array (const array &other) |
__host__ __device__ array & | operator= (const array &other) |
__host__ __device__ bool | operator== (const array &other) const |
__host__ __device__ bool | operator!= (const array &other) const |
Public Attributes | |
head_type | head |
Static Public Attributes | |
static const int | size = 1 |
typedef T trove::array< T, 1 >::head_type |
typedef T trove::array< T, 1 >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
head_type trove::array< T, 1 >::head |
|
static |