Re: [Numpy-discussion] C vs. Fortran order -- misleading documentation?

2010-06-08 Thread Pavel Bazant
> > 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

[Numpy-discussion] C vs. Fortran order -- misleading documentation?

2010-06-07 Thread Pavel Bazant
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