Changeset 270 for doc/latex/ekf__templ_8h.tex
- Timestamp:
- 02/16/09 10:02:08 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/latex/ekf__templ_8h.tex
r261 r270 3 3 \label{ekf__templ_8h}\index{ekf\_\-templ.h@{ekf\_\-templ.h}} 4 4 } 5 6 7 \subsection{Detailed Description} 5 8 Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions. 6 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 ----------------------------------- 15 7 16 {\tt \#include \char`\"{}libKF.h\char`\"{}}\par 8 9 10 Include dependency graph for ekf\_\-templ.h:\nopagebreak11 \begin{figure}[H]12 \begin{center}13 \leavevmode14 \includegraphics[width=128pt]{ekf__templ_8h__incl}15 \end{center}16 \end{figure}17 17 \subsection*{Namespaces} 18 18 \begin{CompactItemize} … … 29 29 class \hyperlink{classbdm_1_1EKFCh__cond}{bdm::EKFCh\_\-cond} 30 30 \begin{CompactList}\small\item\em Extended \hyperlink{classbdm_1_1Kalman}{Kalman} filter with unknown parameters in {\tt IM}. \item\end{CompactList}\end{CompactItemize} 31 32 33 \subsection{Detailed Description}34 Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions.35 36 \begin{Desc}37 \item[Author:]Vaclav Smidl.\end{Desc}38 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty39 40 Using IT++ for numerical operations -----------------------------------