[NumPy-Tickets] [NumPy] #2054: f2py's handling of strided arrays.
NumPy Trac
numpy-tickets@scipy....
Tue Feb 14 14:37:35 CST 2012
#2054: f2py's handling of strided arrays.
-------------------------+--------------------------------------------------
Reporter: pch | Owner: pearu
Type: enhancement | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.f2py | Version: 1.6.1
Keywords: |
-------------------------+--------------------------------------------------
Comment(by pch):
In fact, I'd be more interested in array sections:
{{{
> multiply_me(a[:,1:3])
> print a
[[1,2,2,1]
[1,2,2,1]]
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2054#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list