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 array of a C structure like
> this?
>
> struct RateInfo
> {
> unsigned int ctm;
> doubleopen;
> doublelow;
> doublehigh
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 array of a C structure like
> this?
>
> struct RateInfo
> {
>unsigned int ctm;
>doubleopen;
>doublelow;
>double
Hello
Is it possible to create a numpy array from an array of a C structure like
this?
struct RateInfo
{
unsigned int ctm;
doubleopen;
doublelow;
doublehigh;
doubleclose;
doublevol;
};
I am embedding python in