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 | [ファイル一覧] |