|
SUNphi
1.0
|
#include <Ranges.hpp>
Public Types | |
| using | type = typename SUNphi::IntsUpTo< normalizedMax >::template Mul< stride >::template Add< offset > |
| Shifted-strided interval. | |
Static Public Attributes | |
| static constexpr bool | nonNull |
| Mask used to set to zero the Range parameters. More... | |
| static constexpr int | normalizedMax |
| Maximal value of the normalized range. More... | |
| static constexpr int | stride |
| Stride among entries. More... | |
| static constexpr int | offset =nonNull*Min |
| Offset of the sequence. | |
Defines a sequence of integer with offset and stride (up-open interval)
This is achieved using the Add and Mul from the IntSeq list
Definition at line 66 of file Ranges.hpp.
|
static |
Mask used to set to zero the Range parameters.
Definition at line 72 of file Ranges.hpp.
|
static |
Maximal value of the normalized range.
Definition at line 76 of file Ranges.hpp.
|
static |