[Numpy-discussion] numpy1.2 : make sorts unary ufuncs
Charles R Harris
charlesr.harris@gmail....
Fri Apr 18 23:47:21 CDT 2008
The signature for a ufunc is something like
@TYPE@_@kind@(char **args, intp *dimensions, intp *steps, void *func)
Which contains all the info necessary to do a sort. Means and other such
functions could also be implemented that way.
Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.scipy.org/pipermail/numpy-discussion/attachments/20080418/424d22bc/attachment-0001.html
More information about the Numpy-discussion
mailing list