Changeset 375 for doc/html/bdmroot_8h.html
- Timestamp:
- 06/15/09 13:51:37 (16 years ago)
- Files:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
doc/html/bdmroot_8h.html
r370 r375 1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 3 <title>mixpp: chmat.h File Reference</title>3 <title>mixpp: bdmroot.h File Reference</title> 4 4 <link href="tabs.css" rel="stylesheet" type="text/css"> 5 5 <link href="doxygen.css" rel="stylesheet" type="text/css"> … … 65 65 </div> 66 66 <div class="contents"> 67 <h1> chmat.h File Reference</h1>Matrices in decomposed forms (LDL', LU, UDU', etc).67 <h1>bdmroot.h File Reference</h1>Bayesian Models (bm) that use Bayes rule to learn from observations. 68 68 <a href="#_details">More...</a> 69 69 <p> 70 <code>#include "<a class="el" href="libDC_8h-source.html">libDC.h</a>"</code><br> 70 <code>#include <string></code><br> 71 <code>#include "itpp_ext.h"</code><br> 72 <code>#include "libconfig/libconfig.h++"</code><br> 71 73 72 74 <p> 73 <a href=" chmat_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">75 <a href="bdmroot_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 74 76 <tr><td></td></tr> 75 77 <tr><td colspan="2"><br><h2>Classes</h2></td></tr> 76 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="class chmat.html">chmat</a></td></tr>78 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1bdmroot.html">bdm::bdmroot</a></td></tr> 77 79 78 <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>80 <tr><td class="mdescLeft"> </td><td class="mdescRight">Root class of BDM objects. <a href="classbdm_1_1bdmroot.html#_details">More...</a><br></td></tr> 79 81 </table> 80 82 <hr><a name="_details"></a><h2>Detailed Description</h2> 81 Matrices in decomposed forms (LDL', LU, UDU', etc).83 Bayesian Models (bm) that use Bayes rule to learn from observations. 82 84 <p> 83 85 <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 84 86 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 85 87 Using IT++ for numerical operations ----------------------------------- </div> 86 <hr size="1"><address style="text-align: right;"><small>Generated on Mon Jun 8 18:23:492009 for mixpp by 88 <hr size="1"><address style="text-align: right;"><small>Generated on Mon Jun 15 13:47:07 2009 for mixpp by 87 89 <a href="http://www.doxygen.org/index.html"> 88 90 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>