ython for this purpose.
>
> Nadav
>
> -Original Message-
> From: numpy-discussion-boun...@scipy.org on behalf of Matt Fearon
> Sent: Mon 24-May-10 15:43
> To: Discussion of Numerical Python
> Subject: Re: [Numpy-discussion] calling C function from Python via f2py
>
-Original Message-
> From: numpy-discussion-boun...@scipy.org on behalf of Matt Fearon
> Sent: Fri 21-May-10 21:55
> To: numpy-discussion@scipy.org
> Subject: [Numpy-discussion] calling C function from Python via f2py
>
> Hello,
>
> I am trying to use f2py to generate a wrapped
Hello,
I am trying to use f2py to generate a wrapped C function that I can
call from Python (passing arguments to and from). I have this almost
working, but I receive trouble with "exp and pow" related to C and
some "pos (2) error" with one of my passed variables. My f2py syntax
is:
f2py -c -lm F