- Timestamp:
- 01/17/08 18:00:28 (17 years ago)
- Location:
- doc/latex
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/latex/annotated.tex
r3 r4 1 1 \section{mixpp Class List} 2 2 Here are the classes, structs, unions and interfaces with brief descriptions:\begin{CompactList} 3 \item\contentsline{section}{{\bf BM} (Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities )}{\pageref{classBM}}{} 4 \item\contentsline{section}{{\bf epdf} (Probability density function with numerical statistics, e.g. posterior density )}{\pageref{classepdf}}{} 3 5 \item\contentsline{section}{{\bf fnc} (Class representing function of variables )}{\pageref{classfnc}}{} 6 \item\contentsline{section}{{\bf mpdf} (Conditional probability density, e.g. modeling some dependencies )}{\pageref{classmpdf}}{} 7 \item\contentsline{section}{{\bf RV} (Class representing variables, most often random variables )}{\pageref{classRV}}{} 4 8 \end{CompactList} -
doc/latex/doxygen.sty
r3 r4 11 11 \rhead[\fancyplain{}{\bfseries\leftmark}] 12 12 {\fancyplain{}{\bfseries\thepage}} 13 \rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Thu Jan 17 1 7:26:442008 for mixpp by Doxygen }]{}14 \lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Thu Jan 17 1 7:26:442008 for mixpp by Doxygen }}13 \rfoot[\fancyplain{}{\bfseries\scriptsize Generated on Thu Jan 17 18:00:29 2008 for mixpp by Doxygen }]{} 14 \lfoot[]{\fancyplain{}{\bfseries\scriptsize Generated on Thu Jan 17 18:00:29 2008 for mixpp by Doxygen }} 15 15 \cfoot{} 16 16 \newenvironment{Code} -
doc/latex/libBM_8h.tex
r3 r4 7 7 \begin{CompactItemize} 8 8 \item 9 class \textbf{RV}10 \ item9 class {\bf RV} 10 \begin{CompactList}\small\item\em Class representing variables, most often random variables. \item\end{CompactList}\item 11 11 class {\bf fnc} 12 12 \begin{CompactList}\small\item\em Class representing function of variables. \item\end{CompactList}\item 13 class \textbf{BM}14 \ item15 class \textbf{epdf}16 \ item17 class \textbf{mpdf}18 \ end{CompactItemize}13 class {\bf BM} 14 \begin{CompactList}\small\item\em Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities. \item\end{CompactList}\item 15 class {\bf epdf} 16 \begin{CompactList}\small\item\em Probability density function with numerical statistics, e.g. posterior density. \item\end{CompactList}\item 17 class {\bf mpdf} 18 \begin{CompactList}\small\item\em Conditional probability density, e.g. modeling some dependencies. \item\end{CompactList}\end{CompactItemize} 19 19 20 20 -
doc/latex/refman.tex
r3 r4 21 21 {\large Generated by Doxygen 1.5.3}\\ 22 22 \vspace*{0.5cm} 23 {\small Thu Jan 17 1 7:26:442008}\\23 {\small Thu Jan 17 18:00:29 2008}\\ 24 24 \end{center} 25 25 \end{titlepage} … … 34 34 \input{files} 35 35 \chapter{mixpp Class Documentation} 36 \input{classfnc} 36 \input{classBM} 37 \include{classepdf} 38 \include{classfnc} 39 \include{classmpdf} 40 \include{classRV} 37 41 \chapter{mixpp File Documentation} 38 42 \input{libBM_8h}