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/functions_8h_source.html

    r617 r621  
    156156<a name="l00123"></a>00123  
    157157<a name="l00125"></a><a class="code" href="classbdm_1_1bilinfn.html#aa4cc832cf8f54b6f6d9ac0dd8c7899dd">00125</a>         <span class="keywordtype">void</span> <a class="code" href="classbdm_1_1bilinfn.html#aa4cc832cf8f54b6f6d9ac0dd8c7899dd" title="Alternative initialization.">set_parameters</a> ( <span class="keyword">const</span> mat &amp;A0, <span class="keyword">const</span> mat &amp;B0 ) { 
    158 <a name="l00126"></a>00126                 <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> ( A0.rows() == B0.rows(), <span class="stringliteral">&quot;bilinfn matrices must have the same number of rows&quot;</span> ); 
     158<a name="l00126"></a>00126                 <a class="code" href="bdmerror_8h.html#a7a3399d182b8e3065532596e76f84849" title="Throw std::runtime_exception if t is not true.">bdm_assert</a> ( A0.rows() == B0.rows(), <span class="stringliteral">&quot;bilinfn matrices must have the same number of rows&quot;</span> ); 
    159159<a name="l00127"></a>00127                 A = A0; 
    160160<a name="l00128"></a>00128                 B = B0; 
     
    184184<a name="l00156"></a>00156 <span class="preprocessor">#endif // FN_H</span> 
    185185</pre></div></div> 
    186 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 15 23:42:47 2009 for mixpp by&nbsp; 
     186<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Sep 16 22:33:31 2009 for mixpp by&nbsp; 
    187187<a href="http://www.doxygen.org/index.html"> 
    188188<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>