https://github.com/enthought/numpy-refactor
Default Repo description from terraform module
https://github.com/enthought/numpy-refactor
Last synced: 8 months ago
JSON representation
Default Repo description from terraform module
- Host: GitHub
- URL: https://github.com/enthought/numpy-refactor
- Owner: enthought
- License: bsd-3-clause
- Created: 2012-02-27T16:57:10.000Z (over 14 years ago)
- Default Branch: refactor
- Last Pushed: 2010-05-24T22:43:59.000Z (about 16 years ago)
- Last Synced: 2024-12-27T02:42:51.392Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 17.4 MB
- Stars: 0
- Watchers: 23
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
NumPy is the fundamental package needed for scientific computing with Python.
This package contains:
* 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.
It derives from the old Numeric code base and can be used as a replacement for Numeric. It also adds the features introduced by numarray and can be used to replace numarray.
More information can be found at the website:
http://scipy.org/NumPy
After installation, tests can be run with:
python -c 'import numpy; numpy.test()'
The most current development version is always available from our
subversion repository:
http://svn.scipy.org/svn/numpy/trunk