Re: [Numpy-discussion] Another flags question

2007-05-24 Thread Charles R Harris
On 5/24/07, Albert Strasheim <[EMAIL PROTECTED]> wrote: Hello all Me vs the flags again. I found another case where the flags aren't what I would expect: In [118]: x = N.array(N.arange(24.0).reshape(6,4), order='F') In [119]: x Out[119]: array([[ 0., 1., 2., 3.], [ 4., 5.,

[Numpy-discussion] Another flags question

2007-05-24 Thread Albert Strasheim
Hello all Me vs the flags again. I found another case where the flags aren't what I would expect: In [118]: x = N.array(N.arange(24.0).reshape(6,4), order='F') In [119]: x Out[119]: array([[ 0., 1., 2., 3.], [ 4., 5., 6., 7.], [ 8., 9., 10., 11.], [ 12.,