[Numpy-discussion] [CONF] Call for papers AMS Jan 6-10 2013

2012-08-01 Thread Jonathan Rocher
Dear all, Sorry for the cross post. Abstract submission is open for the Third Symposium on Advances in Modeling and Analysis Using Python at the AMS Annual Meeting in Austin, TX, January 6-10, 2013. The call for papers and link to submit an abstract is located here: http://annual.ametsoc.org/20

Re: [Numpy-discussion] [EXTERNAL] Re: SWIG Numpy and C++ extensions

2012-08-01 Thread David Froger
On Tue, 31 Jul 2012 14:48:24 -0600, "Bill Spotz" wrote: > Use %inline %{ ... %} around your function. SWIG will add your function > directly to the wrapper file as well as add a wrapper function for calling it > from python. > > On Jul 31, 2012, at 2:04 PM, David Froger wrote: > > >> 2-that's