Show
Ignore:
Timestamp:
08/16/09 18:14:04 (15 years ago)
Author:
smidl
Message:

Documentation regenerated

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/classbdm_1_1RV.html

    r472 r538  
    55<link href="doxygen.css" rel="stylesheet" type="text/css"> 
    66</head><body> 
    7 <!-- Generated by Doxygen 1.5.9 --> 
     7<!-- Generated by Doxygen 1.5.8 --> 
    88<script type="text/javascript"> 
    99<!-- 
     
    7171<a href="#_details">More...</a> 
    7272<p> 
    73 <code>#include &lt;<a class="el" href="bdmbase_8h_source.html">bdmbase.h</a>&gt;</code> 
     73<code>#include &lt;<a class="el" href="bdmbase_8h-source.html">bdmbase.h</a>&gt;</code> 
    7474<p> 
    7575 
     
    149149<a class="el" href="classbdm_1_1str.html">str</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1RV.html#8bdd7f4072749c7cc864b78a418ca388">tostr</a> () const </td></tr> 
    150150 
    151 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">generate <code><a class="el" href="classbdm_1_1str.html" title="Structure of RV, i.e. RVs expanded into a flat list of IDs, used for debugging.">str</a></code> from rv, by expanding sizes TODO to_string.. <br></td></tr> 
     151<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">generate <code><a class="el" href="classbdm_1_1str.html" title="Structure of RV, i.e. RVs expanded into a flat list of IDs, used for debugging.">str</a></code> from rv, by expanding sizes <br></td></tr> 
    152152<tr><td class="memItemLeft" nowrap align="right" valign="top">ivec&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1RV.html#cbebdb5e0d30101a6eb63550ef701c55">dataind</a> (const <a class="el" href="classbdm_1_1RV.html">RV</a> &amp;crv) const </td></tr> 
    153153 
     
    245245<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if all rv2 were added, false if rv2 is in conflict </dd></dl> 
    246246 
    247 <p>References <a class="el" href="bdmbase_8cpp_source.html#l00051">countsize()</a>, <a class="el" href="bdmbase_8h_source.html#l00090">dsize</a>, <a class="el" href="bdmbase_8cpp_source.html#l00266">findself()</a>, <a class="el" href="bdmbase_8h_source.html#l00094">ids</a>, <a class="el" href="bdmbase_8h_source.html#l00092">len</a>, and <a class="el" href="bdmbase_8h_source.html#l00096">times</a>.</p> 
    248  
    249 <p>Referenced by <a class="el" href="bdmbase_8cpp_source.html#l00312">bdm::compositepdf::getrv()</a>, <a class="el" href="datasources_8h_source.html#l00168">bdm::ArxDS::set_drv()</a>, <a class="el" href="merger_8h_source.html#l00088">bdm::merger_base::set_sources()</a>, and <a class="el" href="bdmbase_8cpp_source.html#l00323">bdm::compositepdf::setrvc()</a>.</p> 
     247<p>References <a class="el" href="bdmbase_8cpp-source.html#l00049">countsize()</a>, <a class="el" href="bdmbase_8h-source.html#l00092">dsize</a>, <a class="el" href="bdmbase_8cpp-source.html#l00272">findself()</a>, <a class="el" href="bdmbase_8h-source.html#l00096">ids</a>, <a class="el" href="bdmbase_8h-source.html#l00094">len</a>, and <a class="el" href="bdmbase_8h-source.html#l00098">times</a>.</p> 
     248 
     249<p>Referenced by <a class="el" href="datasources_8h-source.html#l00176">bdm::ArxDS::set_drv()</a>, <a class="el" href="emix_8cpp-source.html#l00205">bdm::mprod::set_elements()</a>, <a class="el" href="emix_8h-source.html#l00378">bdm::eprod::set_parameters()</a>, and <a class="el" href="merger_8h-source.html#l00094">bdm::merger_base::set_sources()</a>.</p> 
    250250 
    251251</div> 
     
    284284<p> 
    285285generate mutual indices when copying data between self and crv. Data are copied via: data_of_this(selfi) = data_of_rv2(rv2i)  
    286 <p>References <a class="el" href="bdmbase_8cpp_source.html#l00266">findself()</a>, <a class="el" href="bdmbase_8h_source.html#l00094">ids</a>, <a class="el" href="bdmbase_8h_source.html#l00039">bdm::str::ids</a>, <a class="el" href="bdmbase_8h_source.html#l00096">times</a>, <a class="el" href="bdmbase_8h_source.html#l00041">bdm::str::times</a>, and <a class="el" href="bdmbase_8cpp_source.html#l00199">tostr()</a>.</p> 
     286<p>References <a class="el" href="bdmbase_8cpp-source.html#l00272">findself()</a>, <a class="el" href="bdmbase_8h-source.html#l00096">ids</a>, <a class="el" href="bdmbase_8h-source.html#l00041">bdm::str::ids</a>, <a class="el" href="bdmbase_8h-source.html#l00145">length()</a>, <a class="el" href="bdmbase_8h-source.html#l00098">times</a>, <a class="el" href="bdmbase_8h-source.html#l00043">bdm::str::times</a>, and <a class="el" href="bdmbase_8cpp-source.html#l00201">tostr()</a>.</p> 
    287287 
    288288</div> 
     
    306306<p> 
    307307when this rv is a part of bigger rv, this function returns indices of self in the data vector of the bigger crv. Then, data can be copied via: data_of_this = cdata(ind);  
    308 <p>References <a class="el" href="bdmbase_8h_source.html#l00090">dsize</a>, <a class="el" href="bdmbase_8h_source.html#l00094">ids</a>, <a class="el" href="bdmbase_8h_source.html#l00039">bdm::str::ids</a>, <a class="el" href="bdmbase_8h_source.html#l00096">times</a>, <a class="el" href="bdmbase_8h_source.html#l00041">bdm::str::times</a>, and <a class="el" href="bdmbase_8cpp_source.html#l00199">tostr()</a>.</p> 
    309  
    310 <p>Referenced by <a class="el" href="exp__family_8h_source.html#l01319">bdm::enorm&lt; sq_T &gt;::condition()</a>, <a class="el" href="exp__family_8h_source.html#l01305">bdm::enorm&lt; sq_T &gt;::marginal()</a>, and <a class="el" href="bdmbase_8h_source.html#l00461">bdm::datalink::set_connection()</a>.</p> 
     308<p>References <a class="el" href="bdmbase_8h-source.html#l00138">_dsize()</a>, <a class="el" href="bdmbase_8h-source.html#l00092">dsize</a>, <a class="el" href="bdmbase_8h-source.html#l00096">ids</a>, <a class="el" href="bdmbase_8h-source.html#l00041">bdm::str::ids</a>, <a class="el" href="bdmbase_8h-source.html#l00098">times</a>, <a class="el" href="bdmbase_8h-source.html#l00043">bdm::str::times</a>, and <a class="el" href="bdmbase_8cpp-source.html#l00201">tostr()</a>.</p> 
     309 
     310<p>Referenced by <a class="el" href="bdmbase_8h-source.html#l00649">bdm::datalink_m2m::set_connection()</a>, <a class="el" href="bdmbase_8h-source.html#l00613">bdm::datalink_m2e::set_connection()</a>, and <a class="el" href="bdmbase_8h-source.html#l00565">bdm::datalink::set_connection()</a>.</p> 
    311311 
    312312</div> 
     
    333333<dl class="return" compact><dt><b>Returns:</b></dt><dd>ivec of the same size as self. </dd></dl> 
    334334 
    335 <p>References <a class="el" href="bdmbase_8h_source.html#l00094">ids</a>, and <a class="el" href="bdmbase_8h_source.html#l00096">times</a>.</p> 
    336  
    337 <p>Referenced by <a class="el" href="bdmbase_8cpp_source.html#l00085">add()</a>, <a class="el" href="bdmbase_8cpp_source.html#l00228">dataind()</a>, and <a class="el" href="bdmbase_8cpp_source.html#l00259">subt()</a>.</p> 
     335<p>References <a class="el" href="bdmbase_8h-source.html#l00096">ids</a>, <a class="el" href="bdmbase_8h-source.html#l00145">length()</a>, and <a class="el" href="bdmbase_8h-source.html#l00098">times</a>.</p> 
     336 
     337<p>Referenced by <a class="el" href="bdmbase_8cpp-source.html#l00089">add()</a>, <a class="el" href="bdmbase_8cpp-source.html#l00230">dataind()</a>, and <a class="el" href="bdmbase_8cpp-source.html#l00263">subt()</a>.</p> 
    338338 
    339339</div> 
     
    358358<a class="el" href="classbdm_1_1UI.html" title="UI is an abstract class which collects all the auxiliary functions useful to prepare...">UI</a> for class <a class="el" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables.">RV</a> (description of data vectors).  
    359359<p> 
    360 <div class="fragment"><pre class="fragment">  rv = { 
    361     type = <span class="stringliteral">"rv"</span>; <span class="comment">//identifier of the description</span> 
    362     <span class="comment">// UNIQUE IDENTIFIER same names = same variable</span> 
    363     names = [<span class="stringliteral">"a"</span>, <span class="stringliteral">"b"</span>, <span class="stringliteral">"c"</span>, ...];   <span class="comment">// which will be used e.g. in loggers</span> 
    364  
    365     <span class="comment">//optional arguments</span> 
    366     sizes = [1, 2, 3, ...];         <span class="comment">// (optional) default = ones()</span> 
    367     <a class="code" href="classbdm_1_1RV.html#ef6703854820bbf61736738f1bac6896" title="Vector of shifts from current time.">times</a> = [-1, -2, 0, ...];       <span class="comment">// time shifts with respect to current time (optional) default = zeros()</span> 
    368   } 
     360<div class="fragment"><pre class="fragment">                rv = { 
     361                  <span class="keyword">class </span>= "<a class="code" href="classbdm_1_1RV.html#e319ca900261a5005a9b4b353ec16412" title="Constructor of empty RV.">RV</a>"; <span class="comment">// class name</span> 
     362                  <span class="comment">// UNIQUE IDENTIFIER same names = same variable</span> 
     363                  names = ( <span class="stringliteral">"a"</span>, <span class="stringliteral">"b"</span>, <span class="stringliteral">"c"</span>, ...);   <span class="comment">// which will be used e.g. in loggers</span> 
     364 
     365                  <span class="comment">//optional arguments</span> 
     366                  sizes = [1, 2, 3, ...];         <span class="comment">// (optional) default = ones()</span> 
     367                  <a class="code" href="classbdm_1_1RV.html#ef6703854820bbf61736738f1bac6896" title="Vector of shifts from current time.">times</a> = [-1, -2, 0, ...];       <span class="comment">// time shifts with respect to current time (optional) default = zeros()</span> 
     368                } 
    369369</pre></div>  
    370370<p>Reimplemented from <a class="el" href="classbdm_1_1root.html#0551e3121091c5199bf4413b50522176">bdm::root</a>.</p> 
    371371 
    372 <p>References <a class="el" href="user__info_8h_source.html#l00387">bdm::UI::get()</a>.</p> 
     372<p>References <a class="el" href="user__info_8h-source.html#l00410">bdm::UI::get()</a>.</p> 
    373373 
    374374</div> 
    375375</div><p> 
    376376<hr>The documentation for this class was generated from the following files:<ul> 
    377 <li><a class="el" href="bdmbase_8h_source.html">bdmbase.h</a><li>bdmbase.cpp</ul> 
    378 </div> 
    379 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 5 00:06:54 2009 for mixpp by&nbsp; 
     377<li><a class="el" href="bdmbase_8h-source.html">bdmbase.h</a><li>bdmbase.cpp</ul> 
     378</div> 
     379<hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 16 17:58:19 2009 for mixpp by&nbsp; 
    380380<a href="http://www.doxygen.org/index.html"> 
    381 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 
     381<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 
    382382</body> 
    383383</html>