Re: [Numpy-discussion] Implementing ufuncs in Cython

2009-05-20 Thread Charles R Harris
2009/5/20 Stéfan van der Walt > Hi all, > > Mark Lodato outlines how to write ufuncs in Cython at > > http://wiki.cython.org/MarkLodato/CreatingUfuncs > > This is also a great way of adding generalised ufuncs: > > http://projects.scipy.org/numpy/wiki/GeneralLoopingFunctions > > Super useful! > T

[Numpy-discussion] Implementing ufuncs in Cython

2009-05-20 Thread Stéfan van der Walt
Hi all, Mark Lodato outlines how to write ufuncs in Cython at http://wiki.cython.org/MarkLodato/CreatingUfuncs This is also a great way of adding generalised ufuncs: http://projects.scipy.org/numpy/wiki/GeneralLoopingFunctions Super useful! Regards Stéfan _