BEM++
2.0
|
dim-dimensional multi-index. The range for each component can be set individually More...
Public Member Functions | |
MultiIndex (const array< int, dim > &limits) | |
Constructor with a given range for each digit. | |
MultiIndex & | operator++ () |
Increment the MultiIndex. | |
int | cycle () const |
Compute how many times you can call operator++ before getting to (0,...,0) again. | |
Private Attributes | |
array< int, dim > | limits_ |
dim-dimensional multi-index. The range for each component can be set individually