Show
Ignore:
Timestamp:
08/16/09 18:14:04 (15 years ago)
Author:
smidl
Message:

Documentation regenerated

Files:
1 copied

Legend:

Unmodified
Added
Removed
  • library/doc/html/UnitTest_09_09_8h-source.html

    r472 r538  
    11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    22<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 
    3 <title>mixpp: chmat.h File Reference</title> 
     3<title>mixpp: UnitTest++.h Source File</title> 
    44<link href="tabs.css" rel="stylesheet" type="text/css"> 
    55<link href="doxygen.css" rel="stylesheet" type="text/css"> 
    66</head><body> 
    7 <!-- Generated by Doxygen 1.5.9 --> 
     7<!-- Generated by Doxygen 1.5.8 --> 
    88<script type="text/javascript"> 
    99<!-- 
     
    6262    </ul> 
    6363  </div> 
    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 &quot;<a class="el" href="square__mat_8h_source.html">square_mat.h</a>&quot;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html">chmat</a></td></tr> 
    76  
    77 <tr><td class="mdescLeft">&nbsp;</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&nbsp; 
     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&nbsp; 
    8684<a href="http://www.doxygen.org/index.html"> 
    87 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 
     85<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 
    8886</body> 
    8987</html>