root/doc/latex/libKF_8h.tex @ 259

Revision 255, 2.9 kB (checked in by smidl, 16 years ago)

doc

  • Property svn:eol-style set to native
Line 
1\hypertarget{libKF_8h}{
2\section{work/git/mixpp/bdm/estim/libKF.h File Reference}
3\label{libKF_8h}\index{work/git/mixpp/bdm/estim/libKF.h@{work/git/mixpp/bdm/estim/libKF.h}}
4}
5Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions.
6
7{\tt \#include $<$itpp/itbase.h$>$}\par
8{\tt \#include \char`\"{}../stat/libFN.h\char`\"{}}\par
9{\tt \#include \char`\"{}../stat/libEF.h\char`\"{}}\par
10{\tt \#include \char`\"{}../math/chmat.h\char`\"{}}\par
11
12
13Include dependency graph for libKF.h:\nopagebreak
14\begin{figure}[H]
15\begin{center}
16\leavevmode
17\includegraphics[width=181pt]{libKF_8h__incl}
18\end{center}
19\end{figure}
20
21
22This graph shows which files directly or indirectly include this file:\nopagebreak
23\begin{figure}[H]
24\begin{center}
25\leavevmode
26\includegraphics[width=420pt]{libKF_8h__dep__incl}
27\end{center}
28\end{figure}
29\subsection*{Namespaces}
30\begin{CompactItemize}
31\item 
32namespace \textbf{bdm}
33\end{CompactItemize}
34\subsection*{Classes}
35\begin{CompactItemize}
36\item 
37class \hyperlink{classbdm_1_1KalmanFull}{bdm::KalmanFull}
38\begin{CompactList}\small\item\em Basic \hyperlink{classbdm_1_1Kalman}{Kalman} filter with full matrices (education purpose only)! Will be deleted soon! \item\end{CompactList}\item 
39class \hyperlink{classbdm_1_1Kalman}{bdm::Kalman$<$ sq\_\-T $>$}
40\begin{CompactList}\small\item\em \hyperlink{classbdm_1_1Kalman}{Kalman} filter with covariance matrices in square root form. \item\end{CompactList}\item 
41class \hyperlink{classbdm_1_1KalmanCh}{bdm::KalmanCh}
42\begin{CompactList}\small\item\em \hyperlink{classbdm_1_1Kalman}{Kalman} filter in square root form. \item\end{CompactList}\item 
43class \hyperlink{classbdm_1_1EKFfull}{bdm::EKFfull}
44\begin{CompactList}\small\item\em Extended \hyperlink{classbdm_1_1Kalman}{Kalman} Filter in full matrices. \item\end{CompactList}\item 
45class \hyperlink{classbdm_1_1EKF}{bdm::EKF$<$ sq\_\-T $>$}
46\begin{CompactList}\small\item\em Extended \hyperlink{classbdm_1_1Kalman}{Kalman} Filter. \item\end{CompactList}\item 
47class \hyperlink{classbdm_1_1EKFCh}{bdm::EKFCh}
48\begin{CompactList}\small\item\em Extended \hyperlink{classbdm_1_1Kalman}{Kalman} Filter in Square root. \item\end{CompactList}\item 
49class \hyperlink{classbdm_1_1KFcondQR}{bdm::KFcondQR}
50\begin{CompactList}\small\item\em \hyperlink{classbdm_1_1Kalman}{Kalman} Filter with conditional diagonal matrices R and Q. \item\end{CompactList}\item 
51class \hyperlink{classbdm_1_1KFcondR}{bdm::KFcondR}
52\begin{CompactList}\small\item\em \hyperlink{classbdm_1_1Kalman}{Kalman} Filter with conditional diagonal matrices R and Q. \item\end{CompactList}\end{CompactItemize}
53
54
55\subsection{Detailed Description}
56Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions.
57
58\begin{Desc}
59\item[Author:]Vaclav Smidl.\end{Desc}
60----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty
61
62Using IT++ for numerical operations -----------------------------------
Note: See TracBrowser for help on using the browser.