[SciPy-dev] [Q] MLab module (in quadpack.py)??
Alexander Schmolck
a.schmolck at gmx.net
Tue Aug 5 09:18:12 CDT 2003
"Anderi Smiranov" <sans at 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
More information about the Scipy-dev
mailing list