Changeset 270 for doc/latex/emix_8h.tex
- Timestamp:
- 02/16/09 10:02:08 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/latex/emix_8h.tex
r261 r270 3 3 \label{emix_8h}\index{emix.h@{emix.h}} 4 4 } 5 6 7 \subsection{Detailed Description} 5 8 Probability distributions for Mixtures of pdfs. 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`\"{}libBM.h\char`\"{}}\par 8 17 {\tt \#include \char`\"{}libEF.h\char`\"{}}\par 9 10 11 Include dependency graph for emix.h:\nopagebreak12 \begin{figure}[H]13 \begin{center}14 \leavevmode15 \includegraphics[width=102pt]{emix_8h__incl}16 \end{center}17 \end{figure}18 19 20 This graph shows which files directly or indirectly include this file:\nopagebreak21 \begin{figure}[H]22 \begin{center}23 \leavevmode24 \includegraphics[width=52pt]{emix_8h__dep__incl}25 \end{center}26 \end{figure}27 18 \subsection*{Namespaces} 28 19 \begin{CompactItemize} … … 43 34 class \hyperlink{classbdm_1_1mmix}{bdm::mmix} 44 35 \begin{CompactList}\small\item\em Mixture of mpdfs with constant weights, all mpdfs are of equal type. \item\end{CompactList}\end{CompactItemize} 45 46 47 \subsection{Detailed Description}48 Probability distributions for Mixtures of pdfs.49 50 \begin{Desc}51 \item[Author:]Vaclav Smidl.\end{Desc}52 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty53 54 Using IT++ for numerical operations -----------------------------------