<t>QuoteOriginally posted by: outrunI need to do a lot of linear algebra operations on vectors/matrices. I was thinking about C(++) with Lapack, via ATLAS (atlas optimizes performance by using special instructions, looking at cache hits etc)How does numpy perform in this respect? Numpy does rely on ...