wok annotate python-numpy/description.txt @ rev 25826
Up zstd (1.5.7), 10% faster
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 15 14:45:14 2025 +0000 (6 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-Günter@25208 | 1 It provides: |
Hans-Günter@25208 | 2 |
Hans-Günter@25208 | 3 - a powerful N-dimensional array object |
Hans-Günter@25208 | 4 - sophisticated (broadcasting) functions |
Hans-Günter@25208 | 5 - tools for integrating C/C++ and Fortran code |
Hans-Günter@25208 | 6 - useful linear algebra, Fourier transform, and random number capabilities |
Hans-Günter@25208 | 7 - and much more |
Hans-Günter@25208 | 8 |
Hans-Günter@25208 | 9 Besides its obvious scientific uses, NumPy can also be used as an efficient |
Hans-Günter@25208 | 10 multi-dimensional container of generic data. |
Hans-Günter@25208 | 11 Arbitrary data-types can be defined. This allows NumPy to seamlessly and |
Hans-Günter@25208 | 12 speedily integrate with a wide variety of databases. |