[Numpy-discussion] Core math library in numpy

David Cournapeau cournape at gmail.com
Thu Feb 19 10:16:42 EST 2009


On Sun, Feb 15, 2009 at 5:09 PM, Robert Kern <robert.kern at gmail.com> wrote:
> On Sun, Feb 15, 2009 at 01:48, David Cournapeau
> <david at ar.media.kyoto-u.ac.jp> wrote:
>
>> Would people be against this ?
>
> Not I.

Ok, I have started this in the coremath branch - it solves the warning
issues we got since the merge of formatting stuff. I tested it on
Linux, windows (both mingw and VS - still need to test on Win64), so I
think it is good to go in the trunk. The functions exported are in a
separate header:

http://projects.scipy.org/scipy/numpy/browser/branches/coremath/numpy/core/include/numpy/npy_math.h

I did not put the complex functions there (nc_), but maybe they should
be, I am not sure.

cheers,

David



More information about the NumPy-Discussion mailing list