Changeset 270 for doc/latex/libKF_8h.tex

Show
Ignore:
Timestamp:
02/16/09 10:02:08 (16 years ago)
Author:
smidl
Message:

Changes in the very root classes!
* rv and rvc are no longer compulsory,
* samplecond does not return ll
* BM has drv

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/latex/libKF_8h.tex

    r261 r270  
    33\label{libKF_8h}\index{libKF.h@{libKF.h}} 
    44} 
     5 
     6 
     7\subsection{Detailed Description} 
    58Bayesian 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 
     14Using IT++ for numerical operations -----------------------------------  
    615 
    716{\tt \#include \char`\"{}../stat/libFN.h\char`\"{}}\par 
    817{\tt \#include \char`\"{}../stat/libEF.h\char`\"{}}\par 
    918{\tt \#include \char`\"{}../math/chmat.h\char`\"{}}\par 
    10  
    11  
    12 Include 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  
    21 This 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} 
    2819\subsection*{Namespaces} 
    2920\begin{CompactItemize} 
     
    5041class \hyperlink{classbdm_1_1KFcondR}{bdm::KFcondR} 
    5142\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 Uncertainty 
    60  
    61 Using IT++ for numerical operations -----------------------------------