#include <ExogenousModel.h>
Definition at line 19 of file ExogenousModel.h.
◆ ~ExogenousModel()
virtual bfl::ExogenousModel::~ExogenousModel |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ ExogenousModel() [1/3]
bfl::ExogenousModel::ExogenousModel |
( |
| ) |
|
|
protecteddefaultnoexcept |
◆ ExogenousModel() [2/3]
bfl::ExogenousModel::ExogenousModel |
( |
const ExogenousModel & |
exogenous_model | ) |
|
|
protecteddeletenoexcept |
◆ ExogenousModel() [3/3]
bfl::ExogenousModel::ExogenousModel |
( |
ExogenousModel && |
exogenous_model | ) |
|
|
protecteddefaultnoexcept |
◆ getStateDescription()
Returns the vector description of the output of the state equation.
◆ is_skipping()
bool ExogenousModel::is_skipping |
( |
| ) |
|
|
overridevirtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ propagate()
virtual void bfl::ExogenousProcess::propagate |
( |
const Eigen::Ref< const Eigen::MatrixXd > & |
cur_states, |
|
|
Eigen::Ref< Eigen::MatrixXd > |
prop_states |
|
) |
| |
|
pure virtualinherited |
◆ setProperty()
virtual bool bfl::ExogenousProcess::setProperty |
( |
const std::string & |
property | ) |
|
|
pure virtualinherited |
◆ skip()
bool ExogenousModel::skip |
( |
const std::string & |
what_step, |
|
|
const bool |
status |
|
) |
| |
|
overridevirtual |
◆ skip_
bool bfl::ExogenousModel::skip_ = false |
|
private |
The documentation for this class was generated from the following files: