Show
Ignore:
Timestamp:
02/16/09 10:03:13 (15 years ago)
Author:
smidl
Message:

Next major revision

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/namespacebdm.html

    r270 r271  
    66</head><body> 
    77<!-- Generated by Doxygen 1.5.6 --> 
     8<script type="text/javascript"> 
     9<!-- 
     10function 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} 
     22function 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} 
     46window.onload = initDynSections; 
     47--> 
     48</script> 
    849<div class="navigation" id="top"> 
    950  <div class="tabs"> 
    1051    <ul> 
    11       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> 
     52      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li> 
    1253      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> 
    1354      <li><a href="modules.html"><span>Modules</span></a></li> 
     
    2566</div> 
    2667<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> 
    3169Space of basic BDM structures.  
    3270<p> 
     
    152190 
    153191<tr><td class="mdescLeft">&nbsp;</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 &nbsp;</td><td class="memItemRight" valign="bottom"><b>ARXDS</b></td></tr> 
    155  
    156192<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><b>stateDS</b></td></tr> 
    157193 
     
    384420<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> 
    385421 
    386 <p>Referenced by <a class="el" href="bdm_2estim_2arx_8cpp-source.html#l00181">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> 
    387423 
    388424</div> 
    389425</div><p> 
    390426</div> 
    391 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 23:34:01 2009 for mixpp by&nbsp; 
     427<hr size="1"><address style="text-align: right;"><small>Generated on Sun Feb 15 23:05:34 2009 for mixpp by&nbsp; 
    392428<a href="http://www.doxygen.org/index.html"> 
    393429<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>