QUDA  v1.1.0
A library for QCD on GPUs
Static Public Attributes | List of all members
trove::detail::static_gcd_helper< true, false, u, v > Struct Template Reference

#include <static_gcd.h>

Static Public Attributes

static const int value = static_gcd<u, (v>>1)>::value
 

Detailed Description

template<int u, int v>
struct trove::detail::static_gcd_helper< true, false, u, v >

Definition at line 47 of file static_gcd.h.

Member Data Documentation

◆ value

template<int u, int v>
const int trove::detail::static_gcd_helper< true, false, u, v >::value = static_gcd<u, (v>>1)>::value
static

Definition at line 48 of file static_gcd.h.


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