Hi,
I want to know if creating individual documentation for each numpy
routine on the scipy.org wiki would, for some administrative reason
(or other) be frowned upon. Here is an example of what I'd like to do
for all of numpy's routines. http://www.scipy.org/sort.
After each routine is properly d
On Tue, Mar 18, 2008 at 2:18 PM, Robert Kern <[EMAIL PROTECTED]> wrote:
>
> On Tue, Mar 18, 2008 at 9:48 AM, <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > How do I handle numpy record arrays (heterogenous dtype) with ctypes?
> > The python side is reasonably obvious to me, but I'm confused
Hi all,
How do I handle numpy record arrays (heterogenous dtype) with ctypes?
The python side is reasonably obvious to me, but I'm confused about
how to declare my C function's signature; whether I need to include
the numpy array interface header file or not... etc...
It's not obvious to me how a