The NumPy Fortran-ordering quiz

Charles R Harris charlesr.harris at gmail.com
Wed Oct 18 19:05:13 EDT 2006


On 10/18/06, Travis Oliphant <oliphant at ee.byu.edu> wrote:
>
> Charles R Harris wrote:
>
> >
> >
> > On 10/18/06, *Travis Oliphant* <oliphant at ee.byu.edu
> > <mailto:oliphant at ee.byu.edu>> wrote:
> >
> >     Charles R Harris wrote:
> >
> >     > Well, I knew that for numeric, but it was a good deal less
> >     obvious in
> >     > combo with the order keyword.  For instance, contiguous could
> change
> >     > its meaning to match up with FORTRAN, so that FORTRAN=True and
> >     > CONTIGUOUS=True meant Fortran contiguous, which was sort of what
> >     I was
> >     > thinking. Explicit never hurts.
> >
> >
> >     Ahh, so you were confused by looking at flags for 1-d arrays (where
> >
> >
> > More confused by what seemed to make sense to me. Tim was the one who
> > actually ran the experiment to see what was going on, and he wasn't
> > sure what FORTRAN meant either. Now if I had accessed the full set of
> > offsets, strides, and counts, it would all have become clear. Numpy
> > tries to hide the nasty details, which is good until you really have
> > to know what it happening underneath.
>
> I've done as you requested.  I've added F_CONTIGUOUS as an alias to
> FORTRAN and C_CONTIGUOUS as an alias to CONTIGUOUS.  These are the names
> that show up when you print the flags and you can use them whenever you
> used the other names.  The other names are still everywhere in the code,
> but perhaps the existence of these aliases will help people understand
> what is meant better.


Thanks, Travis. I really appreciate your willingness to make such
modifications.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20061018/fe7fad3d/attachment-0001.html>
-------------- next part --------------
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
-------------- next part --------------
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion


More information about the NumPy-Discussion mailing list