> > Correct me if I am wrong, but the paragraph
> >
> > Note to those used to IDL or Fortran memory order as it relates to
> > indexing. Numpy uses C-order indexing. That means that the last index
> > usually (see xxx for exceptions) represents the most rapidly changing memory
> > location, unlike
Correct me if I am wrong, but the paragraph
Note to those used to IDL or Fortran memory order as it relates to indexing.
Numpy uses C-order indexing. That means that the last index usually (see xxx
for exceptions) represents the most rapidly changing memory location, unlike
Fortran or IDL, wher