Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes | Protected Attributes | Private Attributes
jafar::filter::BaseCommandPredictModel Class Reference

Base class for all prediction models with a input command. More...


Detailed Description

Base class for all prediction models with a input command.

Definition at line 67 of file predictModel.hpp.

#include <predictModel.hpp>

Inheritance diagram for jafar::filter::BaseCommandPredictModel:
Inheritance graph
[legend]

List of all members.

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

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:36 for Jafar by doxygen 1.7.6.1
LAAS-CNRS