forked fromnumpy/numpy
- Notifications
You must be signed in to change notification settings - Fork0
mrocklin/numpy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NumPy is the fundamental package needed for scientific computing with Python.
- Website (including documentation):http://www.numpy.org
- Mailing list:https://mail.python.org/mailman/listinfo/numpy-discussion
- Source:https://github.com/numpy/numpy
- Bug reports:https://github.com/numpy/numpy/issues
It provides:
- a powerful N-dimensional array object
- sophisticated (broadcasting) functions
- tools for integrating C/C++ and Fortran code
- useful linear algebra, Fourier transform, and random number capabilities
Ifnose
is installed, tests can be run after installation with:
python -c 'import numpy; numpy.test()'
About
Numpy main repository
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Languages
- Python50.5%
- C49.2%
- Other0.3%