Aug. 5, 2003
2:18 p.m.
"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