User guide
NumPy User Guide, Release 1.9.0
Ubuntu 8.04 and lower
You can install the necessary packages for optimized ATLAS with this command:
sudo apt-get install atlas3-base-dev
If you have a recent CPU with SIMD suppport (SSE, SSE2, etc...), you should also install the corresponding package
for optimal performances. For example, for SSE2:
sudo apt-get install atlas3-sse2
1.3 How to find documentation
See Also:
Numpy-specific help functions
How to find things in NumPy.
1.3. How to find documentation 7