Dec. 21, 2006
4:30 p.m.
On 12/20/06, A. M. Archibald <peridot.faceted@gmail.com> wrote:
Moreover it damages the performance of numpy. For example, dot would be faster (for arrays that happen to be matrix-shaped, and possibly in general) if it could use ATLAS' routine from BLAS.
I thought numpy uses ATLAS. Matrix multiplication in numpy is about as fast as in Octave. So it must be using ATLAS.