PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "math.hpp"
Go to the source code of this file.
Namespaces | |
matrix | |
Functions | |
template<typename Type , size_t M, size_t N> | |
int | matrix::kalman_correct (const Matrix< Type, M, M > &P, const Matrix< Type, N, M > &C, const Matrix< Type, N, N > &R, const Matrix< Type, N, 1 > &r, Matrix< Type, M, 1 > &dx, Matrix< Type, M, M > &dP, Type &beta) |