Top "Atlas" questions

The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing research effort focusing on applying empirical techniques in order to provide portable performance.

ATLAS gemm linking undefined reference to 'cblas_sgemm'

This is the first time I am trying to use ATLAS. I am not able to link it properly. Here …

c++ c blas atlas
Numpy multiarray.so: undefined symbol: cblas_sgemm

I'm trying to install numpy==1.10.2, scipy and matplotlib on server based on opensuse. I've installed numpy in virtualenv from source (…

python numpy opensuse blas atlas