I'm struggling with using some of the macros in numpy.i for my own typemap.
The problem is that the arrayobject.h include does not end up in the c
wrapper code after swig runs.
numpy.i has at the beginning:
%{
#ifndef SWIG_FILE_WITH_INIT
# define NO_IMPORT_ARRAY
#endif
#include "stdio.h"
#include
Hi Nicolas,
On Mon, Jan 25, 2010 at 2:46 AM, Nicolas Rougier
wrote:
>
>
> Hello,
>
> This is an update about glumpy, a fast-OpenGL based numpy visualization.
> I modified the code such that the only dependencies are PyOpenGL and
> IPython (for interactive sessions). You will also need matplotlib
On Mon, Jan 25, 2010 at 5:16 PM, Keith Goodman wrote:
> On Mon, Jan 25, 2010 at 1:38 PM, Jan Strube wrote:
>> Dear List,
>>
>> I'm trying to speed up a piece of code that selects a subsample based on
>> some criteria:
>> Setup:
>> I have two samples, raw and cut. Cut is a pure subset of raw, all
On Mon, Jan 25, 2010 at 1:38 PM, Jan Strube wrote:
> Dear List,
>
> I'm trying to speed up a piece of code that selects a subsample based on some
> criteria:
> Setup:
> I have two samples, raw and cut. Cut is a pure subset of raw, all elements in
> cut are also in raw, and cut is derived from ra
Dear List,
I'm trying to speed up a piece of code that selects a subsample based on some
criteria:
Setup:
I have two samples, raw and cut. Cut is a pure subset of raw, all elements in
cut are also in raw, and cut is derived from raw by applying some cuts.
Now I would like to select a random subs
ma, 2010-01-25 kello 11:59 -0500, josef.p...@gmail.com kirjoitti:
[clip]
> htmlhelp (of the docs) has all of the above at least on Windows,
> except for source browsing (I use spyder for functions that are source
> accessible)
>
> Isn't there a Linux equivalent?
There's devhelp, qthelp, and also
On Mon, Jan 25, 2010 at 11:28 AM, denis wrote:
> On 17/01/2010 18:57, Wayne Watson wrote:
>> I was just looking at the (Win) Python documentation via the Help on
>> IDLE, and a Global Module Index. Does anything like that exist for
>> numpy, matplotlib, scipy?
>
> Wayne, folks,
>
> may I second
On 17/01/2010 18:57, Wayne Watson wrote:
> I was just looking at the (Win) Python documentation via the Help on
> IDLE, and a Global Module Index. Does anything like that exist for
> numpy, matplotlib, scipy?
Wayne, folks,
may I second the wish / the need for searching thousands of functions.
On Mon, Jan 25, 2010 at 2:55 AM, Sebastian Haase wrote:
> Hi,
> long time ago I had subscript to get both scipy-tickets and
> numpy-tickets emailed.
> Now scipy-tickets apparently started emailing again on 17th of Januar.
> Will numpy-tickets also come back "by itself" - or should I resubscribe?
Hello,
This is an update about glumpy, a fast-OpenGL based numpy visualization.
I modified the code such that the only dependencies are PyOpenGL and
IPython (for interactive sessions). You will also need matplotlib and
scipy for some demos.
Sources: hg clone http://glumpy.googlecode.com/hg/ glu
Hi,
long time ago I had subscript to get both scipy-tickets and
numpy-tickets emailed.
Now scipy-tickets apparently started emailing again on 17th of Januar.
Will numpy-tickets also come back "by itself" - or should I resubscribe?
Regards,
Sebastian Haase
_
11 matches
Mail list logo