Show
Ignore:
Timestamp:
06/15/09 13:51:37 (16 years ago)
Author:
smidl
Message:

doc - \ to /

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/libEF_8h-source.html

    r370 r375  
    7878<a name="l00026"></a>00026         <span class="keyword">extern</span> Uniform_RNG UniRNG; 
    7979<a name="l00028"></a>00028         <span class="keyword">extern</span> Normal_RNG NorRNG; 
    80 <a name="l00030"></a>00030         <span class="keyword">extern</span> <a class="code" href="classitpp_1_1Gamma__RNG.html" title="Gamma distribution.">Gamma_RNG</a> GamRNG; 
     80<a name="l00030"></a>00030         <span class="keyword">extern</span> Gamma_RNG GamRNG; 
    8181<a name="l00031"></a>00031  
    8282<a name="l00038"></a><a class="code" href="classbdm_1_1eEF.html">00038</a>         <span class="keyword">class </span><a class="code" href="classbdm_1_1eEF.html" title="General conjugate exponential family posterior density.">eEF</a> : <span class="keyword">public</span> <a class="code" href="classbdm_1_1epdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a> 
     
    621621<a name="l00888"></a>00888                                 <span class="keywordflow">for</span> ( <span class="keywordtype">int</span> i=0;i&lt;<a class="code" href="classbdm_1_1eWishartCh.html#b745c73faef785009484180582050a1f" title="dimension of matrix ">p</a>;i++ ) 
    622622<a name="l00889"></a>00889                                 { 
    623 <a name="l00890"></a>00890                                         GamRNG.<a class="code" href="classitpp_1_1Gamma__RNG.html#dfaae19411e39aa87e1f72e409b6babe" title="Set lambda.">setup</a> ( 0.5* ( <a class="code" href="classbdm_1_1eWishartCh.html#1879a14d7d2bb05062523b189baa11c3" title="degrees of freedom ">delta</a>-i ) , 0.5 ); <span class="comment">// no +1 !! index if from 0</span> 
     623<a name="l00890"></a>00890                                         GamRNG.setup ( 0.5* ( <a class="code" href="classbdm_1_1eWishartCh.html#1879a14d7d2bb05062523b189baa11c3" title="degrees of freedom ">delta</a>-i ) , 0.5 ); <span class="comment">// no +1 !! index if from 0</span> 
    624624<a name="l00891"></a>00891 <span class="preprocessor">#pragma omp critical</span> 
    625625<a name="l00892"></a>00892 <span class="preprocessor"></span>                                        X ( i,i ) =sqrt ( GamRNG() ); 
     
    962962<a name="l01259"></a>01259 <span class="preprocessor">#endif //EF_H</span> 
    963963</pre></div></div> 
    964 <hr size="1"><address style="text-align: right;"><small>Generated on Mon Jun 8 18:23:49 2009 for mixpp by&nbsp; 
     964<hr size="1"><address style="text-align: right;"><small>Generated on Mon Jun 15 13:47:07 2009 for mixpp by&nbsp; 
    965965<a href="http://www.doxygen.org/index.html"> 
    966966<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>