wok view python-numpy/description.txt @ rev 25670

Up mediawiki (1.41.0), memcached (1.6.23), metasploit (6.3.56), modsecurity-apache (2.9.7), mutt (2.2.12), ncurses (6.4), nginx (1.25.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 17:20:49 2024 +0000 (4 months ago)
parents
children
line source
1 It provides:
3 - a powerful N-dimensional array object
4 - sophisticated (broadcasting) functions
5 - tools for integrating C/C++ and Fortran code
6 - useful linear algebra, Fourier transform, and random number capabilities
7 - and much more
9 Besides its obvious scientific uses, NumPy can also be used as an efficient
10 multi-dimensional container of generic data.
11 Arbitrary data-types can be defined. This allows NumPy to seamlessly and
12 speedily integrate with a wide variety of databases.