Reputation: 315
I am using numpy for some array operations and it is currently extremely slow. The same operations in matlab (calculating the covariance matrix) only take a second. I have installed atlas and lapack but I am not sure if my numpy is actually using them. Does anyone know how to check that? I am using a mac
Upvotes: 0
Views: 1194
Reputation: 257
To get numpy to use ATLAS you will either have to
Upvotes: 1