python-scipy-core | low level utilities for scipy | Mehr ... |
SciPy is an open source library of scientific tools for Python. SciPy supplements the popular Numeric module, gathering a variety of high level science and engineering modules together as a single package. . The scipy-core modules includes * scipy_test: scipy's autesting framework * scipy_distutils: distutils extensions to handle FORTRAN source code, f2py and several issues in the scipy build process * scipy_base: basic functions for type handling, array manipulation, matrix manipulation, polynomials, parallel execution, import tricks * weave: C/C++ code inlining with python . If your program needs scipy, you'll need to install python-scipy which depends on this package. . Homepage: http://www.scipy.org/ |