error(const Numeric_exception &a) | Bayesian_filter::Bayes_base | static |
error(const Logic_exception &a) | Bayesian_filter::Bayes_base | static |
Extended_kalman_filter() | Bayesian_filter::Extended_kalman_filter | inlineprotected |
Float typedef | Bayesian_filter::Bayes_base | |
i | Bayesian_filter::Information_scheme | protected |
I | Bayesian_filter::Information_scheme | protected |
Information_scheme(std::size_t x_size, std::size_t z_initialsize=0) | Bayesian_filter::Information_scheme | |
Information_state_filter(std::size_t x_size) | Bayesian_filter::Information_state_filter | |
init() | Bayesian_filter::Information_scheme | virtual |
init_information(const FM::Vec &y, const FM::SymMatrix &Y) | Bayesian_filter::Information_state_filter | |
init_kalman(const FM::Vec &x, const FM::SymMatrix &X) | Bayesian_filter::Kalman_state_filter | |
init_yY() | Bayesian_filter::Information_scheme | virtual |
Kalman_state_filter(std::size_t x_size) | Bayesian_filter::Kalman_state_filter | |
last_z_size | Bayesian_filter::Information_scheme | protected |
Linrz_kalman_filter() | Bayesian_filter::Linrz_kalman_filter | inlineprotected |
observe(Linrz_uncorrelated_observe_model &h, const FM::Vec &z) | Bayesian_filter::Extended_kalman_filter | virtual |
observe(Linrz_correlated_observe_model &h, const FM::Vec &z) | Bayesian_filter::Extended_kalman_filter | virtual |
observe_innovation(Linrz_uncorrelated_observe_model &h, const FM::Vec &s) | Bayesian_filter::Information_scheme | virtual |
observe_innovation(Linrz_correlated_observe_model &h, const FM::Vec &s) | Bayesian_filter::Information_scheme | virtual |
observe_size(std::size_t z_size) | Bayesian_filter::Information_scheme | inlineprotected |
operator=(const Information_scheme &) | Bayesian_filter::Information_scheme | |
predict(Linear_invertable_predict_model &f, Linear_predict_byproducts &b) | Bayesian_filter::Information_scheme | |
predict(Linear_invertable_predict_model &f) | Bayesian_filter::Information_scheme | inline |
predict(Linrz_predict_model &f) | Bayesian_filter::Information_scheme | virtual |
rclimit | Bayesian_filter::Kalman_state_filter | |
State_filter(std::size_t x_size) | Bayesian_filter::State_filter | |
tempX | Bayesian_filter::Information_scheme | protected |
update() | Bayesian_filter::Information_scheme | virtual |
update_required | Bayesian_filter::Information_scheme | protected |
update_yY() | Bayesian_filter::Information_scheme | virtual |
x | Bayesian_filter::State_filter | |
X | Bayesian_filter::Kalman_state_filter | |
y | Bayesian_filter::Information_state_filter | |
Y | Bayesian_filter::Information_state_filter | |
ZI | Bayesian_filter::Information_scheme | protected |
~Bayes_base()=0 | Bayesian_filter::Bayes_base | pure virtual |