Changeset 397 for library/doc/html/square__mat_8h.html
- Timestamp:
- 06/24/09 21:56:30 (16 years ago)
- Files:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/square__mat_8h.html
r396 r397 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: loggers.h File Reference</title>3 <title>mixpp: square_mat.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"> 6 6 </head><body> 7 <!-- Generated by Doxygen 1.5. 9-->7 <!-- Generated by Doxygen 1.5.8 --> 8 8 <script type="text/javascript"> 9 9 <!-- … … 65 65 </div> 66 66 <div class="contents"> 67 <h1> loggers.h File Reference</h1>Loggers for storing results of experiments.67 <h1>square_mat.h File Reference</h1>Matrices in decomposed forms (LDL', LU, UDU', etc). 68 68 <a href="#_details">More...</a> 69 69 <p> 70 <code>#include "<a class="el" href="bdmbase_8h_source.html">bdmbase.h</a>"</code><br> 71 <code>#include "<a class="el" href="user__info_8h_source.html">user_info.h</a>"</code><br> 70 <code>#include "../itpp_ext.h"</code><br> 72 71 73 72 <p> 74 <a href=" loggers_8h_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">73 <a href="square__mat_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 75 74 <tr><td></td></tr> 76 75 <tr><td colspan="2"><br><h2>Classes</h2></td></tr> 77 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="class bdm_1_1memlog.html">bdm::memlog</a></td></tr>76 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classsqmat.html">sqmat</a></td></tr> 78 77 79 <tr><td class="mdescLeft"> </td><td class="mdescRight"> Logging into matrices in data format in memory. <a href="classbdm_1_1memlog.html#_details">More...</a><br></td></tr>80 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="class bdm_1_1dirfilelog.html">bdm::dirfilelog</a></td></tr>78 <tr><td class="mdescLeft"> </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> 79 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classfsqmat.html">fsqmat</a></td></tr> 81 80 82 <tr><td class="mdescLeft"> </td><td class="mdescRight">Logging into dirfile with buffer in memory. <a href="classbdm_1_1dirfilelog.html#_details">More...</a><br></td></tr> 81 <tr><td class="mdescLeft"> </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> 82 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classldmat.html">ldmat</a></td></tr> 83 84 <tr><td class="mdescLeft"> </td><td class="mdescRight">Matrix stored in LD form, (commonly known as UD). <a href="classldmat.html#_details">More...</a><br></td></tr> 83 85 <tr><td colspan="2"><br><h2>Functions</h2></td></tr> 84 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name=" 04b46a86b7e401569b29dc22375924d7"></a><!-- doxytag: member="loggers.h::UIREGISTER" ref="04b46a86b7e401569b29dc22375924d7" args="(memlog)" -->85 </td><td class="memItemRight" valign="bottom"><b>bdm::UIREGISTER</b> (memlog)</td></tr>86 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4ed56e73b49db8e7f4a63fa926a8dca4"></a><!-- doxytag: member="square_mat.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)" --> 87 void </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> 86 88 87 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4e7412a64bae85d6bc6495d30259e20b"></a><!-- doxytag: member="loggers.h::UIREGISTER" ref="4e7412a64bae85d6bc6495d30259e20b" args="(dirfilelog)" --> 88 </td><td class="memItemRight" valign="bottom"><b>bdm::UIREGISTER</b> (dirfilelog)</td></tr> 89 <tr><td class="mdescLeft"> </td><td class="mdescRight">Auxiliary function dydr; dyadic reduction. <br></td></tr> 90 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6715d039e6d5d97005cf9e2522dfa474"></a><!-- doxytag: member="square_mat.h::ltuinv" ref="g6715d039e6d5d97005cf9e2522dfa474" args="(const mat &L)" --> 91 mat </td><td class="memItemRight" valign="bottom"><a class="el" href="group__math.html#g6715d039e6d5d97005cf9e2522dfa474">ltuinv</a> (const mat &L)</td></tr> 89 92 93 <tr><td class="mdescLeft"> </td><td class="mdescRight">Auxiliary function ltuinv; inversion of a triangular matrix;. <br></td></tr> 90 94 </table> 91 <hr>< h2>Detailed Description</h2>92 Loggers for storing results of experiments.95 <hr><a name="_details"></a><h2>Detailed Description</h2> 96 Matrices in decomposed forms (LDL', LU, UDU', etc). 93 97 <p> 94 98 <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 95 99 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 96 100 Using IT++ for numerical operations ----------------------------------- </div> 97 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 24 13:35:462009 for mixpp by 101 <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 23 19:52:50 2009 for mixpp by 98 102 <a href="http://www.doxygen.org/index.html"> 99 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5. 9</small></address>103 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 100 104 </body> 101 105 </html>