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

#include <utility.h>

Public Types

typedef array< T, s > Array
 

Static Public Member Functions

__host__ static __device__ T impl (const Array &a, const T &p)
 

Detailed Description

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

Definition at line 58 of file utility.h.

Member Typedef Documentation

◆ Array

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

Definition at line 59 of file utility.h.

Member Function Documentation

◆ impl()

template<typename T , int s>
__host__ static __device__ T trove::sum_array< array< T, s > >::impl ( const Array a,
const T &  p 
)
inlinestatic

Definition at line 61 of file utility.h.


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