64 | | </div> |
65 | | <div class="contents"> |
66 | | <h1>chmat.h File Reference</h1>Matrices in decomposed forms (LDL', LU, UDU', etc). |
67 | | <a href="#_details">More...</a> |
68 | | <p> |
69 | | <code>#include "<a class="el" href="square__mat_8h_source.html">square_mat.h</a>"</code><br> |
70 | | |
71 | | <p> |
72 | | <a href="chmat_8h_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
73 | | <tr><td></td></tr> |
74 | | <tr><td colspan="2"><br><h2>Classes</h2></td></tr> |
75 | | <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html">chmat</a></td></tr> |
76 | | |
77 | | <tr><td class="mdescLeft"> </td><td class="mdescRight">Symmetric matrix stored in square root decomposition using upper cholesky. <a href="classchmat.html#_details">More...</a><br></td></tr> |
78 | | </table> |
79 | | <hr><h2>Detailed Description</h2> |
80 | | Matrices in decomposed forms (LDL', LU, UDU', etc). |
81 | | <p> |
82 | | <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> |
83 | | ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> |
84 | | Using IT++ for numerical operations ----------------------------------- </div> |
85 | | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 5 00:06:49 2009 for mixpp by |
| 64 | <h1>UnitTest++.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef UNITTESTCPP_H</span> |
| 65 | <a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define UNITTESTCPP_H</span> |
| 66 | <a name="l00003"></a>00003 <span class="preprocessor"></span> |
| 67 | <a name="l00004"></a>00004 <span class="comment">//lint -esym(1509,*Fixture)</span> |
| 68 | <a name="l00005"></a>00005 |
| 69 | <a name="l00006"></a>00006 <span class="preprocessor">#include "Config.h"</span> |
| 70 | <a name="l00007"></a>00007 <span class="preprocessor">#include "Test.h"</span> |
| 71 | <a name="l00008"></a>00008 <span class="preprocessor">#include "TestList.h"</span> |
| 72 | <a name="l00009"></a>00009 <span class="preprocessor">#include "TestSuite.h"</span> |
| 73 | <a name="l00010"></a>00010 <span class="preprocessor">#include "TestResults.h"</span> |
| 74 | <a name="l00011"></a>00011 |
| 75 | <a name="l00012"></a>00012 <span class="preprocessor">#include "TestMacros.h"</span> |
| 76 | <a name="l00013"></a>00013 |
| 77 | <a name="l00014"></a>00014 <span class="preprocessor">#include "CheckMacros.h"</span> |
| 78 | <a name="l00015"></a>00015 <span class="preprocessor">#include "TestRunner.h"</span> |
| 79 | <a name="l00016"></a>00016 <span class="preprocessor">#include "TimeConstraint.h"</span> |
| 80 | <a name="l00017"></a>00017 |
| 81 | <a name="l00018"></a>00018 <span class="preprocessor">#endif</span> |
| 82 | </pre></div></div> |
| 83 | <hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 15 17:40:58 2009 for mixpp by |