Difference between revisions of "Numpy linalg"
Jump to navigation
Jump to search
(Created page with "== How to transpose higher dimension arrays == http://jameshensman.wordpress.com/2010/06/14/multiple-matrix-multiplication-in-numpy/") |
|||
Line 1: | Line 1: | ||
== How to transpose higher dimension arrays == | == How to transpose higher dimension arrays == | ||
http://jameshensman.wordpress.com/2010/06/14/multiple-matrix-multiplication-in-numpy/ | 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/ |
Revision as of 17:32, 14 June 2014
How to transpose higher dimension arrays
http://jameshensman.wordpress.com/2010/06/14/multiple-matrix-multiplication-in-numpy/