Paketname | python-numeric |
Beschreibung | Numerical (matrix-oriented) Mathematics for Python |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 24.2-9ubuntu1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 696 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.5), python-central (>= 0.6.11), libc6 (>= 2.4) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU developers |
Quelle | |
Paketgröße | 186362 Byte |
Prüfsumme MD5 | f0458b390f0d2055f9e480a8c56d6c64 |
Prüfsumme SHA1 | 6515779ec88d73fb0b21a0e24077e16f31f56f87 |
Prüfsumme SHA256 | 0e922aa77002826b76c8770056558f1a57394400fc111004c9111e9b785a8511 |
Link zum Herunterladen | python-numeric_24.2-9ubuntu1_i386.deb |
Ausführliche Beschreibung | This package is now deprecated, please use the python-numpy package
for developing new software.
.
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
|