If I only know an element index, and the dimensions and storage order of an array, is it possible to find out the i,j,k triplet corresponding to that index?
Thanks
|
If I only know an element index, and the dimensions and storage order of an array, is it possible to find out the i,j,k triplet corresponding to that index? Thanks
| |||
|
feedback
|
|
Yes, it's possible.
We can test this by reconstructing the index:
And noting that it gives the same result (when you take integer rounding into account). | |||
|
feedback
|