Re: [Numpy-discussion] About extending NumPy with c

2007-01-13 Thread David Cournapeau
On 1/13/07, asaf david <[EMAIL PROTECTED]> wrote: > Hello > i want to write a c function that receive and process a numpy array. to do > so, i'm following this tutorial > http://numpy.scipy.org/numpydoc/numpy-13.html > as a start, i copy pasted the "A Simple Example" from the tutorial and > compile

[Numpy-discussion] About extending NumPy with c

2007-01-13 Thread asaf david
Hello i want to write a c function that receive and process a numpy array. to do so, i'm following this tutorial http://numpy.scipy.org/numpydoc/numpy-13.html as a start, i copy pasted the "A Simple Example" from the tutorial and compiled the module as usual with no errors/warnings. however, when