[Numpy-discussion] Fastest distance matrix calc

Matthieu Brucher matthieu.brucher at gmail.com
Tue Apr 17 09:57:38 EDT 2007


>
> you can probably use numpy.hypot(v-y) to speed this up more...
>

Tried it today, hypot takes two arguments :(
Is there a function that does the square root of the sum of squares ?

Matthieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20070417/10495b0d/attachment.html>


More information about the NumPy-Discussion mailing list