Access arrays in memory order, along columns

Yes.

ps: you can use for i in axes(a,1) for example, such that the loop is independent on how the array is indexed (for example, not starting at 1 - not common, but possible).

5 Likes