Martin K. Schröder 97d9fd38be Update Matrix.hpp (#4966)
This was horribly wrong. Matrix is first cast into a matrix of size NxM (which is supposed to be the size of the result - NOT the starting point) so the transpose result becomes garbage. Instead make "Me" an MxN matrix as the original. Took me a whole evening to figure out this problem. Now my Kalman filter finally returns good results.
2016-07-03 12:29:58 +02:00
..
2016-07-01 23:08:17 +02:00
2016-03-24 13:09:16 +01:00
2016-07-03 12:29:58 +02:00
2016-07-02 12:08:30 +02:00