Vectorizing with Eigen. Part 0
If you are reading this blog, you probably already know what Eigen is. If not, Eigen is a header only C++ library for linear algebra. And its a really good one. It does a lot of crazy magic under the hood to get the best performance possible. When I started working at my current company, …