Bayes++ Bayesian Filtering Classes  Release 2014.5 - Copyright (c) 2003,2004,2005,2006,2011,2012,2014 Michael Stevens
Public Member Functions | Friends | List of all members
Bayesian_filter::Unscented_predict_model Class Referenceabstract

#include <unsFlt.hpp>

Inheritance diagram for Bayesian_filter::Unscented_predict_model:
Bayesian_filter::Predict_model_base Bayesian_filter::Bayes_base

Public Member Functions

 Unscented_predict_model (std::size_t q_size)
 
virtual const FM::Vecf (const FM::Vec &x) const =0
 
virtual const FM::SymMatrixQ (const FM::Vec &x) const =0
 
- Public Member Functions inherited from Bayesian_filter::Bayes_base
virtual ~Bayes_base ()=0
 

Friends

class Unscented_filter
 

Additional Inherited Members

- Public Types inherited from Bayesian_filter::Bayes_base
typedef Bayesian_filter_matrix::Float Float
 
- Static Public Member Functions inherited from Bayesian_filter::Bayes_base
static void error (const Numeric_exception &a)
 
static void error (const Logic_exception &a)
 

Constructor & Destructor Documentation

Bayesian_filter::Unscented_predict_model::Unscented_predict_model ( std::size_t  q_size)
inline

References f(), and Q().

Member Function Documentation

virtual const FM::Vec& Bayesian_filter::Unscented_predict_model::f ( const FM::Vec x) const
pure virtual
virtual const FM::SymMatrix& Bayesian_filter::Unscented_predict_model::Q ( const FM::Vec x) const
pure virtual

Friends And Related Function Documentation

friend class Unscented_filter
friend

The documentation for this class was generated from the following file: