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