This C++ code intents to do inplace transposition for matrix.
It is more efficient for huge matrix, and quite generic as it uses classes and templates.
Feel free to use it and to modify it.
Allocat...
This is the most basic implementation of a Kalman filter.
For measured position, velocity and acceleration, the Kalman filter estimates the true datas.
This example works with Scilab....