Difference between revisions of "Numpy linalg"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
== Faster dot product using BLAS == | == Faster dot product using BLAS == | ||
http://www.huyng.com/posts/faster-numpy-dot-product/ | http://www.huyng.com/posts/faster-numpy-dot-product/ | ||
+ | |||
+ | http://stackoverflow.com/questions/5990577/speeding-up-numpy-dot |
Revision as of 18:03, 14 June 2014
How to transpose higher dimension arrays
http://jameshensman.wordpress.com/2010/06/14/multiple-matrix-multiplication-in-numpy/
Faster dot product using BLAS
http://www.huyng.com/posts/faster-numpy-dot-product/
http://stackoverflow.com/questions/5990577/speeding-up-numpy-dot