Difference between revisions of "Numpy linalg"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
http://wiki.scipy.org/PerformanceTips | http://wiki.scipy.org/PerformanceTips | ||
+ | |||
+ | http://thread.gmane.org/gmane.comp.python.numeric.general/28135/ | ||
== Multi dot == | == Multi dot == | ||
http://wiki.scipy.org/Cookbook/MultiDot | http://wiki.scipy.org/Cookbook/MultiDot |
Revision as of 13:36, 15 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
http://wiki.scipy.org/PerformanceTips
http://thread.gmane.org/gmane.comp.python.numeric.general/28135/