The Numeric Extensions to Python (NumPy) add powerful multi-dimensional array objects to the wonderful general purpose programming language Python. These new objects give Python the number crunching power of numeric languages like Matlab and IDL while maintaining all of the advantages of the general-purpose programming language Python.
These extensions add two new object types to Python, and then include a number of extensions that take advantage of these two new objects:
- Multidimensional Array Objects
* Efficient arrays of homogeneous machine types (floats, longs,
complex doubles)
* Arbitrary number of dimensions
* Sophisticated structural operations
- Universal Function Objects
* Support mathematical functions on all Python objects
* Very efficient for array objects
|
|
|
| 硬件架构 | 软件包大小 | 安装后大小 | 文件 |
|---|---|---|---|
| alpha | 218.1 kB | 836 kB | [文件列表] |
| amd64 | 202.5 kB | 740 kB | [文件列表] |
| arm | 178.8 kB | 644 kB | [文件列表] |
| hppa | 225.8 kB | 780 kB | [文件列表] |
| i386 | 177.4 kB | 660 kB | [文件列表] |
| ia64 | 282.1 kB | 1260 kB | [文件列表] |
| mips | 184.8 kB | 756 kB | [文件列表] |
| mipsel | 184.0 kB | 756 kB | [文件列表] |
| powerpc | 198.7 kB | 772 kB | [文件列表] |
| s390 | 204.7 kB | 716 kB | [文件列表] |
| sparc | 179.1 kB | 692 kB | [文件列表] |