Re: [Numpy-discussion] Create a numpy array from an array of a Cstructure

2008-03-09 Thread mani sabri
PM >To: Discussion of Numerical Python >Subject: Re: [Numpy-discussion] Create a numpy array from an array of a >Cstructure > >On Sun, Mar 9, 2008 at 2:57 AM, mani sabri <[EMAIL PROTECTED]> wrote: >> Hello >> >> Is it possible to create a numpy array from an

Re: [Numpy-discussion] Create a numpy array from an array of a Cstructure

2008-03-09 Thread mani sabri
PM >To: Discussion of Numerical Python >Subject: Re: [Numpy-discussion] Create a numpy array from an array of a >Cstructure > >On Sun, Mar 9, 2008 at 2:57 AM, mani sabri <[EMAIL PROTECTED]> wrote: >> Hello >> >> Is it possible to create a numpy array from an

[Numpy-discussion] Create a numpy array from an array of a C structure

2008-03-09 Thread mani sabri
in a financial application and I have an array of this structure that I want to perform some statistical computations on it. Best regards, Mani Sabri ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo

[Numpy-discussion] wrap Python/numpy to C/C++. mingw. elmer.

2008-01-11 Thread mani sabri
Hi Sorry for irrelevant subject. I found elmer when I was googling for something to wrap my python/numpy code to C/C++ automatically because I want a dll for some application and I know nothing about python Api (shame on me). Does anybody successfully compiled elmer on windows with mingw? Or is i