root/doc/latex/libDC_8h.tex @ 91

Revision 91, 2.0 kB (checked in by smidl, 16 years ago)

drobnosti a dokumentace

  • Property svn:eol-style set to native
Line 
1\section{work/mixpp/bdm/math/libDC.h File Reference}
2\label{libDC_8h}\index{work/mixpp/bdm/math/libDC.h@{work/mixpp/bdm/math/libDC.h}}
3Matrices in decomposed forms (LDL', LU, UDU', etc).
4
5{\tt \#include $<$itpp/itbase.h$>$}\par
6
7
8Include dependency graph for libDC.h:\nopagebreak
9\begin{figure}[H]
10\begin{center}
11\leavevmode
12\includegraphics[width=95pt]{libDC_8h__incl}
13\end{center}
14\end{figure}
15
16
17This graph shows which files directly or indirectly include this file:\nopagebreak
18\begin{figure}[H]
19\begin{center}
20\leavevmode
21\includegraphics[width=233pt]{libDC_8h__dep__incl}
22\end{center}
23\end{figure}
24\subsection*{Classes}
25\begin{CompactItemize}
26\item 
27class {\bf sqmat}
28\begin{CompactList}\small\item\em Virtual class for representation of double symmetric matrices in square-root form. \item\end{CompactList}\item 
29class {\bf fsqmat}
30\begin{CompactList}\small\item\em Fake \doxyref{sqmat}{p.}{classsqmat}. This class maps \doxyref{sqmat}{p.}{classsqmat} operations to operations on full matrix. \item\end{CompactList}\item 
31class {\bf ldmat}
32\begin{CompactList}\small\item\em Matrix stored in LD form, (typically known as UD). \item\end{CompactList}\end{CompactItemize}
33\subsection*{Functions}
34\begin{CompactItemize}
35\item 
36void {\bf 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)\label{libDC_8h_4ed56e73b49db8e7f4a63fa926a8dca4}
37
38\begin{CompactList}\small\item\em Auxiliary function dydr; dyadic reduction. \item\end{CompactList}\item 
39mat {\bf ltuinv} (const mat \&L)\label{libDC_8h_6715d039e6d5d97005cf9e2522dfa474}
40
41\begin{CompactList}\small\item\em Auxiliary function ltuinv; inversion of a triangular matrix;. \item\end{CompactList}\end{CompactItemize}
42
43
44\subsection{Detailed Description}
45Matrices in decomposed forms (LDL', LU, UDU', etc).
46
47\begin{Desc}
48\item[Author:]Vaclav Smidl.\end{Desc}
49----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty
50
51Using IT++ for numerical operations -----------------------------------
Note: See TracBrowser for help on using the browser.