Spacecraft Control Framework 1.0
Spacecraft Control Library
|
This is the complete list of members for UKF2, including all inherited members.
ctx_meas | UKF2 | |
ctx_rhs | UKF2 | |
get_covariance(void) | UKF2 | inline |
get_mean(void) | UKF2 | inline |
get_residual(void) | UKF2 | inline |
initialize(void) | UKF2 | |
integ_fp | UKF2 | |
meas_fp | UKF2 | |
predict(void) | UKF2 | |
propagate_fp | UKF2 | |
set_context_meas(void *context) | UKF2 | inline |
set_context_rhs(void *context) | UKF2 | inline |
set_covariance(const ml_matrix &p) | UKF2 | inline |
set_filter_parameters(double alpha, double kappa, double beta) | UKF2 | inline |
set_integrator(integ_func integ_fun) | UKF2 | inline |
set_integrator_time_step(double dT) | UKF2 | inline |
set_mean(const ml_matrix &m) | UKF2 | inline |
set_measurement(const ml_matrix &y) | UKF2 | inline |
set_measurement_covariance(const ml_matrix &r) | UKF2 | inline |
set_measurement_function(meas_2_func meas_fun) | UKF2 | inline |
set_propagate_function(propagate_func propagate_fun) | UKF2 | inline |
set_state_covariance(const ml_matrix &q) | UKF2 | inline |
set_state_function(state_func state_fun) | UKF2 | inline |
state_fp | UKF2 | |
UKF2(void) | UKF2 | |
update(void) | UKF2 | |
~UKF2() | UKF2 |