root/doc/latex/libKF_8h.tex @ 271

Revision 271, 2.3 kB (checked in by smidl, 16 years ago)

Next major revision

  • Property svn:eol-style set to native
RevLine 
[172]1\hypertarget{libKF_8h}{
[261]2\section{libKF.h File Reference}
3\label{libKF_8h}\index{libKF.h@{libKF.h}}
[172]4}
[8]5
[19]6
[270]7\subsection{Detailed Description}
8Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions.
[19]9
[270]10\begin{Desc}
11\item[Author:]Vaclav Smidl.\end{Desc}
12----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty
[79]13
[270]14Using IT++ for numerical operations -----------------------------------
[79]15
[270]16{\tt \#include \char`\"{}../stat/libFN.h\char`\"{}}\par
17{\tt \#include \char`\"{}../stat/libEF.h\char`\"{}}\par
18{\tt \#include \char`\"{}../math/chmat.h\char`\"{}}\par
[255]19\subsection*{Namespaces}
20\begin{CompactItemize}
21\item 
[271]22namespace \textbf{bdm}
[255]23\end{CompactItemize}
[8]24\subsection*{Classes}
25\begin{CompactItemize}
26\item 
[255]27class \hyperlink{classbdm_1_1KalmanFull}{bdm::KalmanFull}
28\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 
29class \hyperlink{classbdm_1_1Kalman}{bdm::Kalman$<$ sq\_\-T $>$}
30\begin{CompactList}\small\item\em \hyperlink{classbdm_1_1Kalman}{Kalman} filter with covariance matrices in square root form. \item\end{CompactList}\item 
31class \hyperlink{classbdm_1_1KalmanCh}{bdm::KalmanCh}
32\begin{CompactList}\small\item\em \hyperlink{classbdm_1_1Kalman}{Kalman} filter in square root form. \item\end{CompactList}\item 
33class \hyperlink{classbdm_1_1EKFfull}{bdm::EKFfull}
34\begin{CompactList}\small\item\em Extended \hyperlink{classbdm_1_1Kalman}{Kalman} Filter in full matrices. \item\end{CompactList}\item 
35class \hyperlink{classbdm_1_1EKF}{bdm::EKF$<$ sq\_\-T $>$}
36\begin{CompactList}\small\item\em Extended \hyperlink{classbdm_1_1Kalman}{Kalman} Filter. \item\end{CompactList}\item 
37class \hyperlink{classbdm_1_1EKFCh}{bdm::EKFCh}
38\begin{CompactList}\small\item\em Extended \hyperlink{classbdm_1_1Kalman}{Kalman} Filter in Square root. \item\end{CompactList}\item 
39class \hyperlink{classbdm_1_1KFcondQR}{bdm::KFcondQR}
40\begin{CompactList}\small\item\em \hyperlink{classbdm_1_1Kalman}{Kalman} Filter with conditional diagonal matrices R and Q. \item\end{CompactList}\item 
41class \hyperlink{classbdm_1_1KFcondR}{bdm::KFcondR}
42\begin{CompactList}\small\item\em \hyperlink{classbdm_1_1Kalman}{Kalman} Filter with conditional diagonal matrices R and Q. \item\end{CompactList}\end{CompactItemize}
Note: See TracBrowser for help on using the browser.