Bayes Filters Library
|
This is the complete list of members for bfl::LTIStateModel, including all inherited members.
add_exogenous_model(std::unique_ptr< ExogenousModel > exogenous_model) | bfl::StateModel | |
AdditiveStateModel() noexcept=default | bfl::AdditiveStateModel | protected |
AdditiveStateModel(const AdditiveStateModel &state_model) noexcept=delete | bfl::AdditiveStateModel | protected |
AdditiveStateModel(AdditiveStateModel &&state_model) noexcept=default | bfl::AdditiveStateModel | protected |
exogenous_model() | bfl::StateModel | |
exogenous_model_ | bfl::StateModel | private |
F_ | bfl::LTIStateModel | private |
getInputDescription() | bfl::AdditiveStateModel | virtual |
getJacobian() override | bfl::LTIStateModel | virtual |
getNoiseCovarianceMatrix() override | bfl::LTIStateModel | virtual |
getNoiseSample(const std::size_t num) | bfl::StateModel | virtual |
getStateDescription()=0 | bfl::StateProcess | pure virtual |
getStateTransitionMatrix() override | bfl::LTIStateModel | virtual |
getTransitionProbability(const Eigen::Ref< const Eigen::MatrixXd > &prev_states, const Eigen::Ref< const Eigen::MatrixXd > &cur_states) | bfl::StateModel | virtual |
have_exogenous_model() noexcept | bfl::StateModel | |
is_skipping() override | bfl::StateModel | virtual |
LinearStateModel() noexcept=default | bfl::LinearStateModel | protected |
LinearStateModel(const LinearStateModel &state_model) noexcept=delete | bfl::LinearStateModel | protected |
LinearStateModel(LinearStateModel &&state_model) noexcept=default | bfl::LinearStateModel | protected |
LTIStateModel(const Eigen::Ref< const Eigen::MatrixXd > &transition_matrix, const Eigen::Ref< const Eigen::MatrixXd > &noise_covariance_matrix) | bfl::LTIStateModel | |
LTIStateModel(const LTIStateModel &state_model) noexcept=delete | bfl::LTIStateModel | |
LTIStateModel(LTIStateModel &&state_model) noexcept | bfl::LTIStateModel | |
motion(const Eigen::Ref< const Eigen::MatrixXd > &cur_states, Eigen::Ref< Eigen::MatrixXd > mot_states) override | bfl::AdditiveStateModel | virtual |
operator=(const LTIStateModel &state_model) noexcept=delete | bfl::LTIStateModel | |
operator=(LTIStateModel &&state_model) noexcept | bfl::LTIStateModel | |
bfl::LinearStateModel::operator=(const LinearStateModel &state_model) noexcept=delete | bfl::LinearStateModel | protected |
bfl::LinearStateModel::operator=(LinearStateModel &&state_model) noexcept=default | bfl::LinearStateModel | protected |
bfl::AdditiveStateModel::operator=(const AdditiveStateModel &state_model) noexcept=delete | bfl::AdditiveStateModel | protected |
bfl::AdditiveStateModel::operator=(AdditiveStateModel &&state_model) noexcept=default | bfl::AdditiveStateModel | protected |
bfl::StateModel::operator=(const StateModel &state_model) noexcept=delete | bfl::StateModel | protected |
bfl::StateModel::operator=(StateModel &&state_model) noexcept=default | bfl::StateModel | protected |
propagate(const Eigen::Ref< const Eigen::MatrixXd > &cur_states, Eigen::Ref< Eigen::MatrixXd > prop_states) override | bfl::LinearStateModel | virtual |
Q_ | bfl::LTIStateModel | private |
setProperty(const std::string &property) override | bfl::LTIStateModel | virtual |
setSamplingTime(const double &time) | bfl::StateModel | virtual |
skip(const std::string &what_step, const bool status) override | bfl::StateModel | virtual |
skip_ | bfl::StateModel | private |
StateModel() noexcept=default | bfl::StateModel | protected |
StateModel(const StateModel &state_model) noexcept=delete | bfl::StateModel | protected |
StateModel(StateModel &&state_model) noexcept=default | bfl::StateModel | protected |
~AdditiveStateModel() noexcept=default | bfl::AdditiveStateModel | virtual |
~LinearStateModel() noexcept=default | bfl::LinearStateModel | virtual |
~LTIStateModel() noexcept=default | bfl::LTIStateModel | virtual |
~StateModel() noexcept=default | bfl::StateModel | virtual |