Changeset 621 for library/doc/html/functions_8h_source.html
- Timestamp:
- 09/16/09 22:52:42 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/functions_8h_source.html
r617 r621 156 156 <a name="l00123"></a>00123 157 157 <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 &A0, <span class="keyword">const</span> mat &B0 ) { 158 <a name="l00126"></a>00126 <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> ( A0.rows() == B0.rows(), <span class="stringliteral">"bilinfn matrices must have the same number of rows"</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">"bilinfn matrices must have the same number of rows"</span> ); 159 159 <a name="l00127"></a>00127 A = A0; 160 160 <a name="l00128"></a>00128 B = B0; … … 184 184 <a name="l00156"></a>00156 <span class="preprocessor">#endif // FN_H</span> 185 185 </pre></div></div> 186 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 15 23:42:472009 for mixpp by 186 <hr size="1"/><address style="text-align: right;"><small>Generated on Wed Sep 16 22:33:31 2009 for mixpp by 187 187 <a href="http://www.doxygen.org/index.html"> 188 188 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>