root/doc/html/libDC_8h.html @ 270

Revision 270, 4.4 kB (checked in by smidl, 15 years ago)

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

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mixpp: libDC.h File Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.6 -->
8<div class="navigation" id="top">
9  <div class="tabs">
10    <ul>
11      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
13      <li><a href="modules.html"><span>Modules</span></a></li>
14      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
15      <li><a href="classes.html"><span>Classes</span></a></li>
16      <li class="current"><a href="files.html"><span>Files</span></a></li>
17    </ul>
18  </div>
19</div>
20<div class="contents">
21<h1>libDC.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
22Matrices in decomposed forms (LDL', LU, UDU', etc).
23<p>
24<dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl>
25----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p>
26Using IT++ for numerical operations -----------------------------------
27<p>
28<code>#include &quot;../itpp_ext.h&quot;</code><br>
29
30<p>
31<a href="libDC_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
32<tr><td></td></tr>
33<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
34<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsqmat.html">sqmat</a></td></tr>
35
36<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Virtual class for representation of double symmetric matrices in square-root form.  <a href="classsqmat.html#_details">More...</a><br></td></tr>
37<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classfsqmat.html">fsqmat</a></td></tr>
38
39<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Fake <a class="el" href="classsqmat.html" title="Virtual class for representation of double symmetric matrices in square-root form...">sqmat</a>. This class maps <a class="el" href="classsqmat.html" title="Virtual class for representation of double symmetric matrices in square-root form...">sqmat</a> operations to operations on full matrix.  <a href="classfsqmat.html#_details">More...</a><br></td></tr>
40<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classldmat.html">ldmat</a></td></tr>
41
42<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Matrix stored in LD form, (commonly known as UD).  <a href="classldmat.html#_details">More...</a><br></td></tr>
43<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
44<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4ed56e73b49db8e7f4a63fa926a8dca4"></a><!-- doxytag: member="libDC.h::dydr" ref="g4ed56e73b49db8e7f4a63fa926a8dca4" args="(double *r, double *f, double *Dr, double *Df, double *R, int jl, int jh, double *kr, int m, int mx)" -->
45void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__math.html#g4ed56e73b49db8e7f4a63fa926a8dca4">dydr</a> (double *r, double *f, double *Dr, double *Df, double *R, int jl, int jh, double *kr, int m, int mx)</td></tr>
46
47<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Auxiliary function dydr; dyadic reduction. <br></td></tr>
48<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6715d039e6d5d97005cf9e2522dfa474"></a><!-- doxytag: member="libDC.h::ltuinv" ref="g6715d039e6d5d97005cf9e2522dfa474" args="(const mat &amp;L)" -->
49mat&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__math.html#g6715d039e6d5d97005cf9e2522dfa474">ltuinv</a> (const mat &amp;L)</td></tr>
50
51<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Auxiliary function ltuinv; inversion of a triangular matrix;. <br></td></tr>
52</table>
53</div>
54<hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 23:33:56 2009 for mixpp by&nbsp;
55<a href="http://www.doxygen.org/index.html">
56<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
57</body>
58</html>
Note: See TracBrowser for help on using the browser.