QUDA  v1.1.0
A library for QCD on GPUs
Static Public Attributes | List of all members
trove::detail::affine_modular_fn< m, a, b >::eval< x > Struct Template Reference

#include <transpose.h>

Static Public Attributes

static const int value = (a * x + b) % m
 

Detailed Description

template<int m, int a, int b = 0>
template<int x>
struct trove::detail::affine_modular_fn< m, a, b >::eval< x >

Definition at line 127 of file transpose.h.

Member Data Documentation

◆ value

template<int m, int a, int b = 0>
template<int x>
const int trove::detail::affine_modular_fn< m, a, b >::eval< x >::value = (a * x + b) % m
static

Definition at line 128 of file transpose.h.


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