Matrix Mathematics & Row Major / Column Major explained
Matrix mathematics is often poorly explained when it comes to row major and column major layouts. This article explains the difference between the two and provides a template implementation in C++.
Continue reading over at dzone...
