8000 GitHub - numpy/numpy at cadbb5f2ec84cb774023bbe8cbe6f39a93e837d7
[go: up one dir, main page]

Skip to content

numpy/numpy

Repository files navigation

NumPy (previously called SciPy core) is a replacement of Numeric Python that
adds the features of numarray.  To install:

python setup.py install

The setup.py script will take advantage of fast BLAS on your system if it can
find it.  You can help the process with a site.cfg file.

If fast BLAS and LAPACK cannot be found, then a slower default version is used. 

The current version is always available from a Subversion repostiory:

http://svn.scipy.org/svn/numpy/trunk 

0