Quote:
Originally Posted by wireties
How members of an array are stored and accessed is a function of the programming language.
|
True.
Quote:
|
It is not something one should worry or argue about...
|
Unless you're trying to write efficient linear algebra algorithms. Then you better know whether your language is row major or column major.