blob: 4016d3e7424051e7d3587a90e3fc6f4780734584 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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.numpy.org/svn/numpy/trunk
|