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 "unsFlt.hpp"
20#include "covFlt.hpp"
21#include "infFlt.hpp"
22#include "infRtFlt.hpp"
23#include "itrFlt.hpp"
24#include "SIRFlt.hpp"
25#include "models.hpp"
26
27#endif