On 4/17/2007 3:57 PM, Matthieu Brucher wrote:

> Is there a function that does the square root of the sum of squares ?

hm ...

f = lambda x : sqrt(sum(x**2))



S.M.
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to