📄 kalman.hpp
字号:
#ifndef ULAPACK_KALMAN_FILTER_HPP_
#define ULAPACK_KALMAN_FILTER_HPP_
namespace ulapack {
namespace ublas = boost::numeric::ublas;
void kalman_update(Vector &x, Matrix &P,
const Vector &innov, const Matrix &R, const Matrix &H);
} // namespace ulapack
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -