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

#include <aos.h>

Public Types

typedef detail::dismember_type< T >::type U
 

Static Public Member Functions

static __device__ void impl (const array< U, 1 > &src, T *dest, int div, int mod)
 

Detailed Description

template<typename T>
struct trove::detail::indexed_store< 1, T >

Definition at line 185 of file aos.h.

Member Typedef Documentation

◆ U

template<typename T >
typedef detail::dismember_type<T>::type trove::detail::indexed_store< 1, T >::U

Definition at line 186 of file aos.h.

Member Function Documentation

◆ impl()

template<typename T >
static __device__ void trove::detail::indexed_store< 1, T >::impl ( const array< U, 1 > &  src,
T *  dest,
int  div,
int  mod 
)
inlinestatic

Definition at line 188 of file aos.h.


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