root/doc/latex/libDC_8h.tex @ 178

Revision 172, 2.3 kB (checked in by smidl, 16 years ago)

Latex doc

  • Property svn:eol-style set to native
Line 
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}
5Matrices in decomposed forms (LDL', LU, UDU', etc).
6
7{\tt \#include $<$itpp/itbase.h$>$}\par
8
9
10Include dependency graph for libDC.h:\nopagebreak
11\begin{figure}[H]
12\begin{center}
13\leavevmode
14\includegraphics[width=109pt]{libDC_8h__incl}
15\end{center}
16\end{figure}
17
18
19This graph shows which files directly or indirectly include this file:\nopagebreak
20\begin{figure}[H]
21\begin{center}
22\leavevmode
23\includegraphics[width=420pt]{libDC_8h__dep__incl}
24\end{center}
25\end{figure}
26\subsection*{Classes}
27\begin{CompactItemize}
28\item 
29class \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 
31class \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 
33class \hyperlink{classldmat}{ldmat}
34\begin{CompactList}\small\item\em Matrix stored in LD form, (typically known as UD). \item\end{CompactList}\end{CompactItemize}
35\subsection*{Functions}
36\begin{CompactItemize}
37\item 
38\hypertarget{libDC_8h_4ed56e73b49db8e7f4a63fa926a8dca4}{
39void \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)}
40\label{libDC_8h_4ed56e73b49db8e7f4a63fa926a8dca4}
41
42\begin{CompactList}\small\item\em Auxiliary function dydr; dyadic reduction. \item\end{CompactList}\item 
43\hypertarget{libDC_8h_6715d039e6d5d97005cf9e2522dfa474}{
44mat \hyperlink{libDC_8h_6715d039e6d5d97005cf9e2522dfa474}{ltuinv} (const mat \&L)}
45\label{libDC_8h_6715d039e6d5d97005cf9e2522dfa474}
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}
51Matrices 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
57Using IT++ for numerical operations -----------------------------------
Note: See TracBrowser for help on using the browser.