Changeset 621 for library/doc/html/discrete_8h_source.html
- Timestamp:
- 09/16/09 22:52:42 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/discrete_8h_source.html
r617 r621 97 97 <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>() { 98 98 <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#a 89a0f906b242b79c5d3d342291b2cab4" 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">"Incompatible dimensions of input"</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">"Incompatible dimensions of input"</span>); 100 100 <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#a 89a0f906b242b79c5d3d342291b2cab4" title="Throw std::runtime_exception if t is not true and NDEBUG is not defined.">bdm_assert_debug</a>(Npoints > 0, <span class="stringliteral">"Wrong input parameters"</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 > 0, <span class="stringliteral">"Wrong input parameters"</span>); 102 102 <a name="l00060"></a>00060 103 103 <a name="l00061"></a>00061 <span class="comment">//precompute steps</span> … … 239 239 <a name="l00227"></a>00227 <span class="preprocessor">#endif //DISCR_H</span> 240 240 </pre></div></div> 241 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 15 23:42:472009 for mixpp by 241 <hr size="1"/><address style="text-align: right;"><small>Generated on Wed Sep 16 22:33:31 2009 for mixpp by 242 242 <a href="http://www.doxygen.org/index.html"> 243 243 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>