Show
Ignore:
Timestamp:
09/16/09 22:52:42 (15 years ago)
Author:
smidl
Message:

doc - new pattern for from_setting for pdfs

Files:
1 modified

Legend:

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

    r617 r621  
    9797<a name="l00055"></a><a class="code" href="classbdm_1_1rectangular__support.html#adeaab6ec24371267da14de05963c5092">00055</a>                         <span class="keywordtype">void</span> <a class="code" href="classbdm_1_1rectangular__support.html#adeaab6ec24371267da14de05963c5092" title="Internal functio to set temporaries correctly.">initialize</a>() { 
    9898<a name="l00056"></a>00056                                 <a class="code" href="classbdm_1_1rectangular__support.html#a442ae2e1881d6bcdccf0cabbef769e79" title="dimension">dim</a> = <a class="code" href="classbdm_1_1rectangular__support.html#ab63e1190a8a22031d110624a8fc64b14" title="Array of boundaries (2D vectors: [begining,end]) for each dimension.">ranges</a>.length(); 
    99 <a name="l00057"></a>00057                                 <a class="code" href="bdmerror_8h.html#a89a0f906b242b79c5d3d342291b2cab4" title="Throw std::runtime_exception if t is not true and NDEBUG is not defined.">bdm_assert_debug</a>(<a class="code" href="classbdm_1_1rectangular__support.html#aefe08427f4bf66191e10b727b57e4b31" title="Number of support points in each dimension.">gridsizes</a>.length() == <a class="code" href="classbdm_1_1rectangular__support.html#a442ae2e1881d6bcdccf0cabbef769e79" title="dimension">dim</a>, <span class="stringliteral">&quot;Incompatible dimensions of input&quot;</span>); 
     99<a name="l00057"></a>00057                                 <a class="code" href="bdmerror_8h.html#a7a3399d182b8e3065532596e76f84849" title="Throw std::runtime_exception if t is not true.">bdm_assert</a>(<a class="code" href="classbdm_1_1rectangular__support.html#aefe08427f4bf66191e10b727b57e4b31" title="Number of support points in each dimension.">gridsizes</a>.length() == <a class="code" href="classbdm_1_1rectangular__support.html#a442ae2e1881d6bcdccf0cabbef769e79" title="dimension">dim</a>, <span class="stringliteral">&quot;Incompatible dimensions of input&quot;</span>); 
    100100<a name="l00058"></a>00058                                 <a class="code" href="classbdm_1_1rectangular__support.html#a6e55e6243f3a3e451f8bed149d948319" title="Number of data points.">Npoints</a> = prod(<a class="code" href="classbdm_1_1rectangular__support.html#aefe08427f4bf66191e10b727b57e4b31" title="Number of support points in each dimension.">gridsizes</a>); 
    101 <a name="l00059"></a>00059                                 <a class="code" href="bdmerror_8h.html#a89a0f906b242b79c5d3d342291b2cab4" title="Throw std::runtime_exception if t is not true and NDEBUG is not defined.">bdm_assert_debug</a>(Npoints &gt; 0, <span class="stringliteral">&quot;Wrong input parameters&quot;</span>); 
     101<a name="l00059"></a>00059                                 <a class="code" href="bdmerror_8h.html#a7a3399d182b8e3065532596e76f84849" title="Throw std::runtime_exception if t is not true.">bdm_assert</a>(Npoints &gt; 0, <span class="stringliteral">&quot;Wrong input parameters&quot;</span>); 
    102102<a name="l00060"></a>00060                                  
    103103<a name="l00061"></a>00061                                 <span class="comment">//precompute steps</span> 
     
    239239<a name="l00227"></a>00227 <span class="preprocessor">#endif //DISCR_H</span> 
    240240</pre></div></div> 
    241 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 15 23:42:47 2009 for mixpp by&nbsp; 
     241<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Sep 16 22:33:31 2009 for mixpp by&nbsp; 
    242242<a href="http://www.doxygen.org/index.html"> 
    243243<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>