[Numpy-discussion] ufunc broadcast for object arrays

Simon Burton simon at arrowtheory.com
Thu Mar 30 14:50:01 EST 2006


>>> a=numpy.array(list('foabcdeef'),dtype=numpy.dtype("O"))
>>> numpy.equal(a,'f')
NotImplemented

So where do I start implementing this ?
 core/src/ufuncobject.c ?

Simon.

-- 
Simon Burton, B.Sc.
Licensed PO Box 8066
ANU Canberra 2601
Australia
Ph. 61 02 6249 6940
http://arrowtheory.com 




More information about the NumPy-Discussion mailing list