Changeset 271 for doc/html/namespacebdm.html
- Timestamp:
- 02/16/09 10:03:13 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/namespacebdm.html
r270 r271 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> … … 25 66 </div> 26 67 <div class="contents"> 27 <h1>bdm Namespace Reference<br> 28 <small> 29 [<a class="el" href="group__core.html">Core BDM classes</a>]</small> 30 </h1><hr><a name="_details"></a><h2>Detailed Description</h2> 68 <h1>bdm Namespace Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2> 31 69 Space of basic BDM structures. 32 70 <p> … … 152 190 153 191 <tr><td class="mdescLeft"> </td><td class="mdescRight">Generator of <a class="el" href="classbdm_1_1ARX.html" title="Linear Autoregressive model with Gaussian noise.">ARX</a> data. <a href="classbdm_1_1ArxDS.html#_details">More...</a><br></td></tr> 154 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><b>ARXDS</b></td></tr>155 156 192 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><b>stateDS</b></td></tr> 157 193 … … 384 420 <p>References <a class="el" href="libDC_8h-source.html#l00259">ldmat::_D()</a>, <a class="el" href="libDC_8h-source.html#l00261">ldmat::_L()</a>, <a class="el" href="libEF_8h-source.html#l00202">bdm::egiw::_V()</a>, <a class="el" href="libDC_8cpp-source.html#l00200">ldmat::ldform()</a>, <a class="el" href="libEF_8cpp-source.html#l00044">bdm::egiw::lognc()</a>, and <a class="el" href="libDC_8h-source.html#l00289">ldmat::rows()</a>.</p> 385 421 386 <p>Referenced by <a class="el" href="bdm_2estim_2arx_8cpp-source.html#l001 81">bdm::ARX::structure_est()</a>.</p>422 <p>Referenced by <a class="el" href="bdm_2estim_2arx_8cpp-source.html#l00190">bdm::ARX::structure_est()</a>.</p> 387 423 388 424 </div> 389 425 </div><p> 390 426 </div> 391 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 23:34:012009 for mixpp by 427 <hr size="1"><address style="text-align: right;"><small>Generated on Sun Feb 15 23:05:34 2009 for mixpp by 392 428 <a href="http://www.doxygen.org/index.html"> 393 429 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>