root/doc/latex/libDC_8h.tex @ 270

Revision 270, 1.9 kB (checked in by smidl, 16 years ago)

Changes in the very root classes!
* rv and rvc are no longer compulsory,
* samplecond does not return ll
* BM has drv

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