Bayes++ Bayesian Filtering Classes  Release 2014.5 - Copyright (c) 2003,2004,2005,2006,2011,2012,2014 Michael Stevens
allFilters.hpp
Go to the documentation of this file.
1 #ifndef _ALL_FILTERS
2 #define _ALL_FILTERS
3 
4 /*
5  * Bayes++ the Bayesian Filtering Library
6  * Copyright (c) 2002 Michael Stevens
7  * See accompanying Bayes++.htm for terms and conditions of use.
8  *
9  * $Id$
10  */
11 
12 /*
13  * Bayesian Filters.
14  * A Bayesian filters as an Abstract class.
15  * All filters have similar structure with vary algorithms and numerical properties
16  */
17 
18 #include "UDFlt.hpp"
19 #include "CIFlt.hpp"
20 #include "unsFlt.hpp"
21 #include "covFlt.hpp"
22 #include "infFlt.hpp"
23 #include "infRtFlt.hpp"
24 #include "itrFlt.hpp"
25 #include "SIRFlt.hpp"
26 #include "models.hpp"
27 
28 #endif