Cycle through n-dimensional array indices
Cycle through n-dimensional array indices
array_counter(count, dims)
count |
The counter (0-based) |
dims |
The sizes of the dimension |
Cycles through all indices of an n-dimensional array. The first dimension moves fastest. The counter is 0-based and the output is 0-based as well.
An integer vector of the same length as dim
, with 0-based indices
Holger Hoefling
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.