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, 1 > > Struct Template Reference

#include <utility.h>

Public Types

typedef array< T, 1 > Array
 

Static Public Member Functions

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

Detailed Description

template<typename T>
struct trove::sum_array< array< T, 1 > >

Definition at line 67 of file utility.h.

Member Typedef Documentation

◆ Array

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

Definition at line 68 of file utility.h.

Member Function Documentation

◆ impl()

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

Definition at line 70 of file utility.h.


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