NumPy
- Provides
- An array object of arbitrary homogeneous items
- Fast mathematical operations over arrays
- Linear Algebra, Fourier Transforms, Random Number Generation
Documentation is available in the docstrings and at
http://www.scipy.org
Available subpackages
| core: | Defines a multi-dimensional array and useful procedures for Numerical
computation. |
| lib: | Basic functions used by several sub-packages and useful to have in the
main name-space. |
| random: | Core Random Tools |
| linalg: | Core Linear Algebra Tools |
| fft: | Core FFT routines |
| testing: | Numpy testing tools |
These packages require explicit import
| f2py: | Fortran to Python Interface Generator. |
| distutils: | Enhancements to distutils with support for Fortran compilers support and more. |
Global symbols from subpackages
| core: | use numpy.* not numpy.core.* |
| lib: | use numpy.* not numpy.lib.* |
| testing: | NumpyTest |
SciPy: NumpyDocstrings/numpy (last edited 2015-10-24 17:48:23 by anonymous)