The main SciPy namespace¶
The main scipy
namespace has very few objects in it by design. Only show
generical functionality related to testing, build info and versioning, and one
class (LowLevelCallable
) that didn’t fit in one of the
submodules, are present:
|
Low-level callback function. |
|
Show libraries and system information on which SciPy was built and is being used |
Run tests for this namespace |
The one public attribute is:
|
SciPy version string |
Submodules¶
Clustering functionality |
|
Physical and mathematical constants and units |
|
Load SciPy datasets |
|
Discrete Fourier and related transforms |
|
Discrete Fourier transforms (legacy) |
|
Numerical integration and ODEs |
|
Interpolation |
|
Scientific data format reading and writing |
|
Linear algebra functionality |
|
Utility routines (deprecated) |
|
N-dimensional image processing and interpolation |
|
Orthogonal distance regression |
|
Numerical optimization |
|
Signal processing |
|
Sparse arrays, linear algebra and graph algorithms |
|
Spatial data structures and algorithms |
|
Special functions |
|
Statistical functions |