Subpackages
- cluster
- fftpack
- integrate
- interpolate
- io
- lib
- linalg
- linsolve - Linear Solvers
- maxentropy - Maximum entropy modelling tools
- misc
- ndimage
- odr
- optimize
- sandbox
- signal
- sparse - Rudimentary sparse matrix class
- special
- stats
- stsci
- weave
Submodules
Variables
- SCIPY_IMPORT_VERBOSE
SCIPY_IMPORT_VERBOSE = int(_os.environ.get('SCIPY_IMPORT_VERBOSE', '-1')) - pkgload
pkgload = PackageLoader()
Function summary
- test(level = 1, verbosity = 1)
Functions
- test(level = 1, verbosity = 1)
Run Scipy tests suite with level and verbosity.
Imported Names
| Local name | Refers to |
|---|---|
| fft | numpy.fft.fft |
| ifft | numpy.fft.ifft |
| oldnumeric | numpy.oldnumeric |
| PackageLoader | numpy._import_tools.PackageLoader |
| rand | numpy.random.rand |
| randn | numpy.random.randn |
| show_config | SciPy.__config__.show |
| show_numpy_config | numpy.show_config |
| _num | numpy |
| _os | os |
| __numpy_version__ | numpy.__version__ |
| __version__ | SciPy.version.version |
