From: Norbert N. <Nor...@gm...> - 2006-01-24 21:10:03
|
Travis Oliphant wrote: > 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 Is there a reason not to have it in numpy.linalg? That would be the most logical place for it, I would guess. |