Optimizing matrix multiplication
Speeding up sloww matrix operations in python
I was asked to speed the inner loop that runs many times inside a Markov Chain Monte Carlo problem. This post is about different approaches to improving performance. Possibly, some insights here are applicable beyond the details of the specific problem.