[Numpy-discussion] ufuncs on user-defined types in numarray

konrad.hinsen at laposte.net konrad.hinsen at laposte.net
Sun Dec 19 00:52:02 EST 2004


On 19.12.2004, at 07:37, Gary Ruben wrote:

> I didn't realise this was possible. I should use it on my ErrorVal 
> module <http://users.bigpond.net.au/gazzar/python.html>. Last time I 
> tried (quite a

Indeed! You could then even have arrays of ErrorVal objects with no 
extra effort, at least as long as ErrorVal doesn't implement the 
sequence protocol (because then all the Numeric functions will silently 
convert them to arrays).

Your module looks interesting. What does it do internally, interval 
arithmetic?

Konrad.





More information about the NumPy-Discussion mailing list