| 1 | \hypertarget{libDC_8h}{ |
|---|
| 2 | \section{work/git/mixpp/bdm/math/libDC.h File Reference} |
|---|
| 3 | \label{libDC_8h}\index{work/git/mixpp/bdm/math/libDC.h@{work/git/mixpp/bdm/math/libDC.h}} |
|---|
| 4 | } |
|---|
| 5 | Matrices in decomposed forms (LDL', LU, UDU', etc). |
|---|
| 6 | |
|---|
| 7 | {\tt \#include $<$itpp/itbase.h$>$}\par |
|---|
| 8 | {\tt \#include \char`\"{}../itpp\_\-ext.h\char`\"{}}\par |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | Include dependency graph for libDC.h:\nopagebreak |
|---|
| 12 | \begin{figure}[H] |
|---|
| 13 | \begin{center} |
|---|
| 14 | \leavevmode |
|---|
| 15 | \includegraphics[width=109pt]{libDC_8h__incl} |
|---|
| 16 | \end{center} |
|---|
| 17 | \end{figure} |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | This graph shows which files directly or indirectly include this file:\nopagebreak |
|---|
| 21 | \begin{figure}[H] |
|---|
| 22 | \begin{center} |
|---|
| 23 | \leavevmode |
|---|
| 24 | \includegraphics[width=420pt]{libDC_8h__dep__incl} |
|---|
| 25 | \end{center} |
|---|
| 26 | \end{figure} |
|---|
| 27 | \subsection*{Classes} |
|---|
| 28 | \begin{CompactItemize} |
|---|
| 29 | \item |
|---|
| 30 | class \hyperlink{classsqmat}{sqmat} |
|---|
| 31 | \begin{CompactList}\small\item\em Virtual class for representation of double symmetric matrices in square-root form. \item\end{CompactList}\item |
|---|
| 32 | class \hyperlink{classfsqmat}{fsqmat} |
|---|
| 33 | \begin{CompactList}\small\item\em Fake \hyperlink{classsqmat}{sqmat}. This class maps \hyperlink{classsqmat}{sqmat} operations to operations on full matrix. \item\end{CompactList}\item |
|---|
| 34 | class \hyperlink{classldmat}{ldmat} |
|---|
| 35 | \begin{CompactList}\small\item\em Matrix stored in LD form, (commonly known as UD). \item\end{CompactList}\end{CompactItemize} |
|---|
| 36 | \subsection*{Functions} |
|---|
| 37 | \begin{CompactItemize} |
|---|
| 38 | \item |
|---|
| 39 | \hypertarget{libDC_8h_4ed56e73b49db8e7f4a63fa926a8dca4}{ |
|---|
| 40 | void \hyperlink{libDC_8h_4ed56e73b49db8e7f4a63fa926a8dca4}{dydr} (double $\ast$r, double $\ast$f, double $\ast$Dr, double $\ast$Df, double $\ast$R, int jl, int jh, double $\ast$kr, int m, int mx)} |
|---|
| 41 | \label{libDC_8h_4ed56e73b49db8e7f4a63fa926a8dca4} |
|---|
| 42 | |
|---|
| 43 | \begin{CompactList}\small\item\em Auxiliary function dydr; dyadic reduction. \item\end{CompactList}\item |
|---|
| 44 | \hypertarget{libDC_8h_6715d039e6d5d97005cf9e2522dfa474}{ |
|---|
| 45 | mat \hyperlink{libDC_8h_6715d039e6d5d97005cf9e2522dfa474}{ltuinv} (const mat \&L)} |
|---|
| 46 | \label{libDC_8h_6715d039e6d5d97005cf9e2522dfa474} |
|---|
| 47 | |
|---|
| 48 | \begin{CompactList}\small\item\em Auxiliary function ltuinv; inversion of a triangular matrix;. \item\end{CompactList}\end{CompactItemize} |
|---|
| 49 | |
|---|
| 50 | |
|---|
| 51 | \subsection{Detailed Description} |
|---|
| 52 | Matrices in decomposed forms (LDL', LU, UDU', etc). |
|---|
| 53 | |
|---|
| 54 | \begin{Desc} |
|---|
| 55 | \item[Author:]Vaclav Smidl.\end{Desc} |
|---|
| 56 | ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty |
|---|
| 57 | |
|---|
| 58 | Using IT++ for numerical operations ----------------------------------- |
|---|