This is an implementation of a fast Kalman filter in C++, created to help me learn about Kalman filters, C++ optimization, CMake, and more.
There are two targets built. KalmanFilterLib is the library with the Kalman filter code, and KalmanFilterImplDemo is an executable with the purpose of demonstrating the filter.