Changeset 632 for library/doc/html/classbdm_1_1RV.html
- Timestamp:
- 09/18/09 00:17:38 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/classbdm_1_1RV.html
r621 r632 80 80 <p>In is a vector </p> 81 81 <div align="center"> 82 <img src="inline_dotgraph_ 2.dot.png" alt="inline_dotgraph_2.dot" border="0" usemap="#inline_dotgraph_2.dot.map">83 <map name="inline_dotgraph_ 2.dot.map" id="inline_dotgraph_2.dot.map"></map>82 <img src="inline_dotgraph_3.dot.png" alt="inline_dotgraph_3.dot" border="0" usemap="#inline_dotgraph_3.dot.map"> 83 <map name="inline_dotgraph_3.dot.map" id="inline_dotgraph_3.dot.map"></map> 84 84 </div> 85 85 … … 249 249 <dl class="return"><dt><b>Returns:</b></dt><dd>true if all rv2 were added, false if rv2 is in conflict </dd></dl> 250 250 251 <p>References <a class="el" href="bdmbase_8cpp_source.html#l000 58">countsize()</a>, <a class="el" href="bdmbase_8h_source.html#l00098">dsize</a>, <a class="el" href="bdmbase_8cpp_source.html#l00322">findself()</a>, <a class="el" href="bdmbase_8h_source.html#l00102">ids</a>, <a class="el" href="bdmbase_8h_source.html#l00100">len</a>, and <a class="el" href="bdmbase_8h_source.html#l00104">times</a>.</p>251 <p>References <a class="el" href="bdmbase_8cpp_source.html#l00061">countsize()</a>, <a class="el" href="bdmbase_8h_source.html#l00098">dsize</a>, <a class="el" href="bdmbase_8cpp_source.html#l00325">findself()</a>, <a class="el" href="bdmbase_8h_source.html#l00102">ids</a>, <a class="el" href="bdmbase_8h_source.html#l00100">len</a>, and <a class="el" href="bdmbase_8h_source.html#l00104">times</a>.</p> 252 252 253 253 <p>Referenced by <a class="el" href="kalman_8h_source.html#l00380">bdm::StateCanonical::connect_mlnorm()</a>, <a class="el" href="bdmbase_8h_source.html#l00241">expand_delayes()</a>, <a class="el" href="datasources_8h_source.html#l00351">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#l00381">bdm::eprod::set_parameters()</a>, and <a class="el" href="merger_8h_source.html#l00095">bdm::merger_base::set_sources()</a>.</p> … … 276 276 <p>References <a class="el" href="bdmbase_8h_source.html#l00102">ids</a>, <a class="el" href="bdmbase_8h_source.html#l00168">length()</a>, and <a class="el" href="bdmbase_8h_source.html#l00104">times</a>.</p> 277 277 278 <p>Referenced by <a class="el" href="bdmbase_8cpp_source.html#l00 098">add()</a>, <a class="el" href="bdmbase_8cpp_source.html#l00280">dataind()</a>, and <a class="el" href="bdmbase_8cpp_source.html#l00313">subt()</a>.</p>278 <p>Referenced by <a class="el" href="bdmbase_8cpp_source.html#l00101">add()</a>, <a class="el" href="bdmbase_8cpp_source.html#l00283">dataind()</a>, and <a class="el" href="bdmbase_8cpp_source.html#l00316">subt()</a>.</p> 279 279 280 280 </div> … … 301 301 <p>References <a class="el" href="bdmbase_8h_source.html#l00102">ids</a>, and <a class="el" href="bdmbase_8h_source.html#l00168">length()</a>.</p> 302 302 303 <p>Referenced by <a class="el" href="bdmbase_8h_source.html#l007 31">bdm::datalink_buffered::set_connection()</a>.</p>303 <p>Referenced by <a class="el" href="bdmbase_8h_source.html#l00729">bdm::datalink_buffered::set_connection()</a>.</p> 304 304 305 305 </div> … … 322 322 323 323 <p><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). </p> 324 <div class="fragment"><pre class="fragment"> rv = { 325 <span class="keyword">class </span>= "<a class="code" href="classbdm_1_1RV.html#ae319ca900261a5005a9b4b353ec16412" title="Constructor of empty RV.">RV</a>"; <span class="comment">// class name</span> 326 <span class="comment">// UNIQUE IDENTIFIER same names = same variable</span> 327 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> 328 329 <span class="comment">//optional arguments</span> 330 sizes = [1, 2, 3, ...]; <span class="comment">// (optional) default = ones()</span> 331 <a class="code" href="classbdm_1_1RV.html#aef6703854820bbf61736738f1bac6896" 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> 332 } 324 <div class="fragment"><pre class="fragment"> <span class="keyword">class </span>= '<a class="code" href="classbdm_1_1RV.html#ae319ca900261a5005a9b4b353ec16412" title="Constructor of empty RV.">RV</a>'; 325 names = {<span class="charliteral">'a'</span>, <span class="charliteral">'b'</span>, <span class="charliteral">'c'</span>, ...}; <span class="comment">// UNIQUE IDENTIFIER same names = same variable</span> 326 <span class="comment">// names are also used when storing results </span> 327 --- optional --- 328 sizes = [1, 2, 3, ...]; <span class="comment">// size of each name. default = ones()</span> 329 <span class="comment">// if size = -1, it is found out from previous instances of the same name</span> 330 <a class="code" href="classbdm_1_1RV.html#aef6703854820bbf61736738f1bac6896" title="Vector of shifts from current time.">times</a> = [-1, -2, 0, ...]; <span class="comment">// time shifts with respect to current time, default = zeros()</span> 333 331 </pre></div> 334 332 <p>Reimplemented from <a class="el" href="classbdm_1_1root.html#a0551e3121091c5199bf4413b50522176">bdm::root</a>.</p> … … 343 341 </ul> 344 342 </div> 345 <hr size="1"/><address style="text-align: right;"><small>Generated on Wed Sep 16 22:33:332009 for mixpp by 343 <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Sep 18 00:12:04 2009 for mixpp by 346 344 <a href="http://www.doxygen.org/index.html"> 347 345 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>