QUDA  v1.1.0
A library for QCD on GPUs
Public Types | Static Public Member Functions | List of all members
trove::counting_array< array< T, s > > Struct Template Reference

#include <utility.h>

Public Types

typedef array< T, s > Array
 

Static Public Member Functions

__host__ static __device__ Array impl (T v=0, T i=1)
 

Detailed Description

template<typename T, int s>
struct trove::counting_array< array< T, s > >

Definition at line 37 of file utility.h.

Member Typedef Documentation

◆ Array

template<typename T , int s>
typedef array<T, s> trove::counting_array< array< T, s > >::Array

Definition at line 38 of file utility.h.

Member Function Documentation

◆ impl()

template<typename T , int s>
__host__ static __device__ Array trove::counting_array< array< T, s > >::impl ( v = 0,
i = 1 
)
inlinestatic

Definition at line 40 of file utility.h.


The documentation for this struct was generated from the following file: