On Mon, Mar 28, 2011 at 6:01 PM, Sturla Molden <[email protected]> wrote
>
>
> I'll try to clarify this:
>
> ** Most Fortran 77 compilers (and beyond) assume explicit-shape and
> assumed-size arrays are contiguous blocks of memory. That is, arrays
> declared like a(m,n) or a(m,*). They are usually passed as a pointer to
> the first element. These are the only type of Fortran arrays f2py supports.
>

FYI, f2py in numpy 1.6.x supports also assumed shape arrays.

Pearu
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to