Jafar
|
Base class for all prediction models with a input command. More...
Base class for all prediction models with a input command.
Definition at line 67 of file predictModel.hpp.
#include <predictModel.hpp>
Public Member Functions | |
BaseCommandPredictModel (std::size_t sizeState, std::size_t sizeCommand) | |
std::size_t | sizeCommand () const |
void | setUCov (jblas::sym_mat const &uCov) |
jblas::sym_mat const & | getUCov () const |
virtual void | computeUCov (jblas::vec const &u) |
compute the covariance of the command, by default do nothing. | |
Public Attributes | |
jblas::mat | G |
linear(ized) command function | |
Protected Attributes | |
jblas::sym_mat | m_uCov |
covariance of the command | |
Private Attributes | |
std::size_t | m_sizeCommand |
Generated on Wed Oct 15 2014 00:37:36 for Jafar by doxygen 1.7.6.1 |