QUDA  v1.1.0
A library for QCD on GPUs
Static Public Member Functions | Static Public Attributes | List of all members
trove::detail::rotate_impl_helper< Array, i, non_terminal > Struct Template Reference

#include <rotate.h>

Static Public Member Functions

__host__ static __device__ Array impl (const Array &t, int a)
 

Static Public Attributes

static const int size = Array::size
 
static const int next_i = i * 2
 

Detailed Description

template<typename Array, int i, bool non_terminal>
struct trove::detail::rotate_impl_helper< Array, i, non_terminal >

Definition at line 76 of file rotate.h.

Member Function Documentation

◆ impl()

template<typename Array , int i, bool non_terminal>
__host__ static __device__ Array trove::detail::rotate_impl_helper< Array, i, non_terminal >::impl ( const Array &  t,
int  a 
)
inlinestatic

Definition at line 80 of file rotate.h.

Member Data Documentation

◆ next_i

template<typename Array , int i, bool non_terminal>
const int trove::detail::rotate_impl_helper< Array, i, non_terminal >::next_i = i * 2
static

Definition at line 78 of file rotate.h.

◆ size

template<typename Array , int i, bool non_terminal>
const int trove::detail::rotate_impl_helper< Array, i, non_terminal >::size = Array::size
static

Definition at line 77 of file rotate.h.


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