QUDA  v1.1.0
A library for QCD on GPUs
Static Public Attributes | List of all members
trove::detail::r2c_offsets< index, offset, bound > Struct Template Reference

#include <transpose.h>

Static Public Attributes

static const int value = (offset * index) % bound
 

Detailed Description

template<int index, int offset, int bound>
struct trove::detail::r2c_offsets< index, offset, bound >

Definition at line 312 of file transpose.h.

Member Data Documentation

◆ value

template<int index, int offset, int bound>
const int trove::detail::r2c_offsets< index, offset, bound >::value = (offset * index) % bound
static

Definition at line 313 of file transpose.h.


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