[172] | 1 | \hypertarget{libDC_8h}{ |
---|
[261] | 2 | \section{libDC.h File Reference} |
---|
| 3 | \label{libDC_8h}\index{libDC.h@{libDC.h}} |
---|
[172] | 4 | } |
---|
[8] | 5 | |
---|
[19] | 6 | |
---|
[270] | 7 | \subsection{Detailed Description} |
---|
| 8 | Matrices in decomposed forms (LDL', LU, UDU', etc). |
---|
[19] | 9 | |
---|
[270] | 10 | \begin{Desc} |
---|
| 11 | \item[Author:]Vaclav Smidl.\end{Desc} |
---|
| 12 | ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty |
---|
[19] | 13 | |
---|
[270] | 14 | Using IT++ for numerical operations ----------------------------------- |
---|
[19] | 15 | |
---|
[270] | 16 | {\tt \#include \char`\"{}../itpp\_\-ext.h\char`\"{}}\par |
---|
[8] | 17 | \subsection*{Classes} |
---|
| 18 | \begin{CompactItemize} |
---|
| 19 | \item |
---|
[172] | 20 | class \hyperlink{classsqmat}{sqmat} |
---|
[8] | 21 | \begin{CompactList}\small\item\em Virtual class for representation of double symmetric matrices in square-root form. \item\end{CompactList}\item |
---|
[172] | 22 | class \hyperlink{classfsqmat}{fsqmat} |
---|
| 23 | \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 |
---|
| 24 | class \hyperlink{classldmat}{ldmat} |
---|
[181] | 25 | \begin{CompactList}\small\item\em Matrix stored in LD form, (commonly known as UD). \item\end{CompactList}\end{CompactItemize} |
---|
[37] | 26 | \subsection*{Functions} |
---|
| 27 | \begin{CompactItemize} |
---|
| 28 | \item |
---|
[219] | 29 | \hypertarget{group__math_g4ed56e73b49db8e7f4a63fa926a8dca4}{ |
---|
| 30 | 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)} |
---|
| 31 | \label{group__math_g4ed56e73b49db8e7f4a63fa926a8dca4} |
---|
[8] | 32 | |
---|
[37] | 33 | \begin{CompactList}\small\item\em Auxiliary function dydr; dyadic reduction. \item\end{CompactList}\item |
---|
[219] | 34 | \hypertarget{group__math_g6715d039e6d5d97005cf9e2522dfa474}{ |
---|
| 35 | mat \hyperlink{group__math_g6715d039e6d5d97005cf9e2522dfa474}{ltuinv} (const mat \&L)} |
---|
| 36 | \label{group__math_g6715d039e6d5d97005cf9e2522dfa474} |
---|
[8] | 37 | |
---|
[37] | 38 | \begin{CompactList}\small\item\em Auxiliary function ltuinv; inversion of a triangular matrix;. \item\end{CompactList}\end{CompactItemize} |
---|