(A Creative Blog Name Here)

Code, math, and other things I find useful

Eigen Weirdness #1: Broadcasting

I have needed to implement some of my research code in C++ and I have been using the Eigen library for linear algebra. There are a lot of great things about Eigen, however, there are some hang-ups I have run into that do not seem to be documented anywhere. As ...