in reply to Re: column major or row major.
in thread column major or row major.
Arrays are just arrays (and hopefully sequential in memory).There's some part of the array that is sequential in memory, and that's the "C" array containing pointers to the SVs holding the structures holding the values of the elements. The SVs themselves could be anywhere.
|
---|