|
Bayes Filters Library
|
This is the complete list of members for bfl::LinearStateModel, 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 |
| getInputDescription() | bfl::AdditiveStateModel | virtual |
| getJacobian() | bfl::StateModel | virtual |
| getNoiseCovarianceMatrix() | bfl::StateModel | virtual |
| getNoiseSample(const std::size_t num) | bfl::StateModel | virtual |
| getStateDescription()=0 | bfl::StateProcess | pure virtual |
| getStateTransitionMatrix()=0 | bfl::LinearStateModel | pure 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 |
| motion(const Eigen::Ref< const Eigen::MatrixXd > &cur_states, Eigen::Ref< Eigen::MatrixXd > mot_states) override | bfl::AdditiveStateModel | virtual |
| operator=(const LinearStateModel &state_model) noexcept=delete | bfl::LinearStateModel | protected |
| 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 |
| setProperty(const std::string &property)=0 | bfl::StateProcess | pure 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 |
| ~StateModel() noexcept=default | bfl::StateModel | virtual |
1.8.17