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

#include <rotate.h>

Static Public Member Functions

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

Static Public Attributes

static const int size = Array::size
 
static const bool non_terminal = j < size-1
 

Detailed Description

template<typename Array, int i, int j>
struct trove::detail::rotate_elements< Array, i, j >

Definition at line 63 of file rotate.h.

Member Function Documentation

◆ impl()

template<typename Array , int i, int j>
__host__ static __device__ void trove::detail::rotate_elements< Array, i, j >::impl ( const Array &  t,
int  a,
Array &  r 
)
inlinestatic

Definition at line 67 of file rotate.h.

Member Data Documentation

◆ non_terminal

template<typename Array , int i, int j>
const bool trove::detail::rotate_elements< Array, i, j >::non_terminal = j < size-1
static

Definition at line 65 of file rotate.h.

◆ size

template<typename Array , int i, int j>
const int trove::detail::rotate_elements< Array, i, j >::size = Array::size
static

Definition at line 64 of file rotate.h.


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