[Numpy-discussion] Matrix/Vector norm?

Travis Oliphant oliphant.travis at ieee.org
Fri Jan 20 08:42:03 EST 2006


Norbert Nemec wrote:

>Hi there,
>
>im missing a norm function in NumPy. Writing one by hand is simple, but
>doing so both general and efficient is a lot more tricky.
>
>Ideas?
>  
>
There's one in scipy (i'm not sure if it's the best of breed, but it's a 
starting point).

Look in scipy.linalg.norm

-Travis





More information about the NumPy-Discussion mailing list