Changeset 270 for doc/latex/libKF_8h.tex
- Timestamp:
- 02/16/09 10:02:08 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/latex/libKF_8h.tex
r261 r270 3 3 \label{libKF_8h}\index{libKF.h@{libKF.h}} 4 4 } 5 6 7 \subsection{Detailed Description} 5 8 Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions. 9 10 \begin{Desc} 11 \item[Author:]Vaclav Smidl.\end{Desc} 12 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty 13 14 Using IT++ for numerical operations ----------------------------------- 6 15 7 16 {\tt \#include \char`\"{}../stat/libFN.h\char`\"{}}\par 8 17 {\tt \#include \char`\"{}../stat/libEF.h\char`\"{}}\par 9 18 {\tt \#include \char`\"{}../math/chmat.h\char`\"{}}\par 10 11 12 Include dependency graph for libKF.h:\nopagebreak13 \begin{figure}[H]14 \begin{center}15 \leavevmode16 \includegraphics[width=128pt]{libKF_8h__incl}17 \end{center}18 \end{figure}19 20 21 This graph shows which files directly or indirectly include this file:\nopagebreak22 \begin{figure}[H]23 \begin{center}24 \leavevmode25 \includegraphics[width=58pt]{libKF_8h__dep__incl}26 \end{center}27 \end{figure}28 19 \subsection*{Namespaces} 29 20 \begin{CompactItemize} … … 50 41 class \hyperlink{classbdm_1_1KFcondR}{bdm::KFcondR} 51 42 \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}55 Bayesian 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 Uncertainty60 61 Using IT++ for numerical operations -----------------------------------