[Numpy-discussion] Matlab page on scipy wiki

David M. Cooke cookedm at physics.mcmaster.ca
Thu Feb 9 16:17:02 EST 2006


Bill Baxter <wbaxter at gmail.com> writes:

> 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.

> By the way, is there any python way to tell which package a symbol is coming
> from?

Check it's __module__ attribute.

-- 
|>|\/|<
/--------------------------------------------------------------------------\
|David M. Cooke                      http://arbutus.physics.mcmaster.ca/dmc/
|cookedm at physics.mcmaster.ca




More information about the NumPy-Discussion mailing list