[Q] MLab module (in quadpack.py)??
hi i've built SciPy, SciPy-0.2.0_alpha_200.4161_src.tar.gz, Python 2.2.2, Numeric 23. This is great stuff! one question though: in scipy/Lib/integrate/quadpack.py i've found the line: import MLab besides the fact it breaks the import of quadpack: what is that? Some interface to MatLab from Python? Regards, Andrei Smirnov
"Anderi Smiranov" <sans@clinton.com> writes:
hi
i've built SciPy, SciPy-0.2.0_alpha_200.4161_src.tar.gz, Python 2.2.2, Numeric 23. This is great stuff!
one question though: in scipy/Lib/integrate/quadpack.py i've found the line:
import MLab
besides the fact it breaks the import of quadpack: what is that? Some interface to MatLab from Python?
nope, just a couple of matlab-like functions (eig, diag etc.) implemented on top of Numeric. If you need a MatLab interface, I got one. 'as
participants (2)
-
Alexander Schmolck -
Anderi Smiranov