[Numpy-discussion] Matlab page on scipy wiki

Bill Baxter wbaxter at gmail.com
Thu Feb 9 16:24:14 EST 2006


> Some kind soul added 'svd' and 'inv' to the NumPy/SciPi columns, but those
> > don't seem to be defined, at least for the versions of NumPy/SciPy that
> I
> > have.    Are they new?  Or are they perhaps defined by a 3rd package in
> your
> > environment?
>
> They're in numpy.linalg.


Ooooh!  Lots of goodies there!

> By the way, is there any python way to tell which package a symbol is
> coming
> > from?
>
> Check it's __module__ attribute.


Ah, perfect.  I see it's also mentioned in help(thing) for thing.
Thanks.

--bb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20060209/8f48939c/attachment-0001.html>


More information about the NumPy-Discussion mailing list