root/doc/html/libDC_8h.html @ 91

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

drobnosti a dokumentace

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: work/mixpp/bdm/math/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.5 -->
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="annotated.html"><span>Classes</span></a></li>
14      <li class="current"><a href="files.html"><span>Files</span></a></li>
15    </ul>
16  </div>
17</div>
18<div class="contents">
19<h1>work/mixpp/bdm/math/libDC.h File Reference</h1>Matrices in decomposed forms (LDL', LU, UDU', etc). <a href="#_details">More...</a>
20<p>
21<code>#include &lt;itpp/itbase.h&gt;</code><br>
22
23<p>
24<div class="dynheader">
25Include dependency graph for libDC.h:</div>
26<div class="dynsection">
27<p><center><img src="libDC_8h__incl.png" border="0" usemap="#work/mixpp/bdm/math/libDC.h_map" alt=""></center>
28</div>
29
30<p>
31<div class="dynheader">
32This graph shows which files directly or indirectly include this file:</div>
33<div class="dynsection">
34<p><center><img src="libDC_8h__dep__incl.png" border="0" usemap="#work/mixpp/bdm/math/libDC.hdep_map" alt=""></center>
35<map name="work/mixpp/bdm/math/libDC.hdep_map">
36<area shape="rect" href="libEF_8h.html" title="Probability distributions for Exponential Family models." alt="" coords="281,81,468,105"><area shape="rect" href="libPF_8h.html" title="Bayesian Filtering using stochastic sampling (Particle Filters)." alt="" coords="375,156,569,180"><area shape="rect" href="chmat_8h.html" title="Matrices in decomposed forms (LDL&#39;, LU, UDU&#39;, etc)." alt="" coords="57,81,257,105"><area shape="rect" href="libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="92,156,287,180"><area shape="rect" href="ekf__obj_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="5,230,373,254"></map>
37</div>
38
39<p>
40<a href="libDC_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
41<tr><td></td></tr>
42<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
43<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>
44
45<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>
46<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>
47
48<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>
49<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>
50
51<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Matrix stored in LD form, (typically known as UD).  <a href="classldmat.html#_details">More...</a><br></td></tr>
52<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
53<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4ed56e73b49db8e7f4a63fa926a8dca4"></a><!-- doxytag: member="libDC.h::dydr" ref="4ed56e73b49db8e7f4a63fa926a8dca4" args="(double *r, double *f, double *Dr, double *Df, double *R, int jl, int jh, double *kr, int m, int mx)" -->
54void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="libDC_8h.html#4ed56e73b49db8e7f4a63fa926a8dca4">dydr</a> (double *r, double *f, double *Dr, double *Df, double *R, int jl, int jh, double *kr, int m, int mx)</td></tr>
55
56<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Auxiliary function dydr; dyadic reduction. <br></td></tr>
57<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6715d039e6d5d97005cf9e2522dfa474"></a><!-- doxytag: member="libDC.h::ltuinv" ref="6715d039e6d5d97005cf9e2522dfa474" args="(const mat &amp;L)" -->
58mat&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="libDC_8h.html#6715d039e6d5d97005cf9e2522dfa474">ltuinv</a> (const mat &amp;L)</td></tr>
59
60<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Auxiliary function ltuinv; inversion of a triangular matrix;. <br></td></tr>
61</table>
62<hr><a name="_details"></a><h2>Detailed Description</h2>
63Matrices in decomposed forms (LDL', LU, UDU', etc).
64<p>
65<dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl>
66----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p>
67Using IT++ for numerical operations ----------------------------------- </div>
68<hr size="1"><address style="text-align: right;"><small>Generated on Tue Apr 29 20:46:30 2008 for mixpp by&nbsp;
69<a href="http://www.doxygen.org/index.html">
70<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
71</body>
72</html>
Note: See TracBrowser for help on using the browser.