Changeset 280 for doc/html/mpf__u__weight_8cpp.html
- Timestamp:
- 02/24/09 14:12:46 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/mpf__u__weight_8cpp.html
r261 r280 6 6 </head><body> 7 7 <!-- Generated by Doxygen 1.5.6 --> 8 <script type="text/javascript"> 9 <!-- 10 function changeDisplayState (e){ 11 var num=this.id.replace(/[^[0-9]/g,''); 12 var button=this.firstChild; 13 var sectionDiv=document.getElementById('dynsection'+num); 14 if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ 15 sectionDiv.style.display='block'; 16 button.src='open.gif'; 17 }else{ 18 sectionDiv.style.display='none'; 19 button.src='closed.gif'; 20 } 21 } 22 function initDynSections(){ 23 var divs=document.getElementsByTagName('div'); 24 var sectionCounter=1; 25 for(var i=0;i<divs.length-1;i++){ 26 if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ 27 var header=divs[i]; 28 var section=divs[i+1]; 29 var button=header.firstChild; 30 if (button!='IMG'){ 31 divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); 32 button=document.createElement('img'); 33 divs[i].insertBefore(button,divs[i].firstChild); 34 } 35 header.style.cursor='pointer'; 36 header.onclick=changeDisplayState; 37 header.id='dynheader'+sectionCounter; 38 button.src='closed.gif'; 39 section.id='dynsection'+sectionCounter; 40 section.style.display='none'; 41 section.style.marginLeft='14px'; 42 sectionCounter++; 43 } 44 } 45 } 46 window.onload = initDynSections; 47 --> 48 </script> 8 49 <div class="navigation" id="top"> 9 50 <div class="tabs"> 10 51 <ul> 11 <li><a href=" index.html"><span>Main Page</span></a></li>52 <li><a href="main.html"><span>Main Page</span></a></li> 12 53 <li><a href="pages.html"><span>Related Pages</span></a></li> 13 54 <li><a href="modules.html"><span>Modules</span></a></li> 14 <li><a href="namespaces.html"><span>Namespaces</span></a></li>15 55 <li><a href="classes.html"><span>Classes</span></a></li> 16 56 <li class="current"><a href="files.html"><span>Files</span></a></li> … … 19 59 </div> 20 60 <div class="contents"> 21 <h1>mpf_u_weight.cpp File Reference</h1>Voltage U is multiplied by an unknown weight w which is estimated by MPF. <a href="#_details">More...</a> 61 <h1>mpf_u_weight.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2> 62 Voltage U is multiplied by an unknown weight w which is estimated by MPF. 63 <p> 64 <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 65 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 66 Using IT++ for numerical operations ----------------------------------- 22 67 <p> 23 68 <code>#include <<a class="el" href="libKF_8h-source.html">estim/libKF.h</a>></code><br> … … 27 72 <code>#include "simulator.h"</code><br> 28 73 <code>#include "sim_profiles.h"</code><br> 29 30 <p>31 <div class="dynheader">32 Include dependency graph for mpf_u_weight.cpp:</div>33 <div class="dynsection">34 <p><center><img src="mpf__u__weight_8cpp__incl.png" border="0" usemap="#mpf_u_weight.cpp_map" alt=""></center>35 <map name="mpf_u_weight.cpp_map">36 <area shape="rect" href="libKF_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions." alt="" coords="121,84,220,111"><area shape="rect" href="libFN_8h-source.html" title="../stat/libFN.h" alt="" coords="8,161,112,188"><area shape="rect" href="libPF_8h.html" title="Bayesian Filtering using stochastic sampling (Particle Filters)." alt="" coords="244,84,343,111"><area shape="rect" href="pmsm_8h-source.html" title="pmsm.h" alt="" coords="23,84,97,111"><area shape="rect" href="simulator_8h-source.html" title="simulator.h" alt="" coords="367,84,457,111"><area shape="rect" href="sim__profiles_8h-source.html" title="sim_profiles.h" alt="" coords="481,84,591,111"><area shape="rect" href="libEF_8h.html" title="Probability distributions for Exponential Family models." alt="" coords="208,161,309,188"><area shape="rect" href="chmat_8h.html" title="Matrices in decomposed forms (LDL', LU, UDU', etc)." alt="" coords="117,239,240,265"><area shape="rect" href="libBM_8h.html" title="Bayesian Models (bm) that use Bayes rule to learn from observations." alt="" coords="27,239,93,265"><area shape="rect" href="itpp__ext_8h-source.html" title="../itpp_ext.h" alt="" coords="77,393,173,420"><area shape="rect" href="libDC_8h.html" title="Matrices in decomposed forms (LDL', LU, UDU', etc)." alt="" coords="121,316,236,343"></map>37 </div>38 74 <table border="0" cellpadding="0" cellspacing="0"> 39 75 <tr><td></td></tr> … … 49 85 50 86 </table> 51 <hr><a name="_details"></a><h2>Detailed Description</h2> 52 Voltage U is multiplied by an unknown weight w which is estimated by MPF. 53 <p> 54 <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 55 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 56 Using IT++ for numerical operations ----------------------------------- </div> 57 <hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 6 12:16:51 2009 for mixpp by 87 </div> 88 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 18 17:38:45 2009 for mixpp by 58 89 <a href="http://www.doxygen.org/index.html"> 59 90 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>