[SciPy-User] How to efficiently do dot(dot( A.T, diag(d) ), A ) ?

Hugh Perkins hughperkins at gmail.com
Tue Sep 11 13:36:13 EDT 2012


(Apparently Eigen can use multithreading too.  This is one thing which
matlab does automatically by the way: automatically parallelize out
certain matrix operations amongst multiple cores.

http://eigen.tuxfamily.org/dox/TopicMultiThreading.html

)



More information about the SciPy-User mailing list