From: Travis O. <oli...@ie...> - 2006-01-20 16:41:12
|
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 |