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_helper< Array, i, j, false > 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 int other = (i + j) % size
 

Detailed Description

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

Definition at line 51 of file rotate.h.

Member Function Documentation

◆ impl()

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

Definition at line 55 of file rotate.h.

Member Data Documentation

◆ other

template<typename Array , int i, int j>
const int trove::detail::rotate_elements_helper< Array, i, j, false >::other = (i + j) % size
static

Definition at line 53 of file rotate.h.

◆ size

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

Definition at line 52 of file rotate.h.


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