root/doc/latex/libKF_8h.tex @ 264

Revision 261, 2.8 kB (checked in by smidl, 16 years ago)

doc

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