| 64 | | </div> |
| 65 | | <div class="contents"> |
| 66 | | <h1>arx_test.cpp File Reference</h1>Test of basic elements of the ARX class. |
| 67 | | <a href="#_details">More...</a> |
| 68 | | <p> |
| 69 | | <code>#include "<a class="el" href="arx_8h_source.html">estim/arx.h</a>"</code><br> |
| 70 | | <table border="0" cellpadding="0" cellspacing="0"> |
| 71 | | <tr><td></td></tr> |
| 72 | | <tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
| 73 | | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e66f6b31b5ad750f1fe042a706a4e3d4"></a><!-- doxytag: member="arx_test.cpp::main" ref="e66f6b31b5ad750f1fe042a706a4e3d4" args="()" --> |
| 74 | | int </td><td class="memItemRight" valign="bottom"><b>main</b> ()</td></tr> |
| 75 | | |
| 76 | | </table> |
| 77 | | <hr><h2>Detailed Description</h2> |
| 78 | | Test of basic elements of the ARX class. |
| 79 | | <p> |
| 80 | | See file arx for mathematical background.<p> |
| 81 | | This class tests functions ARX::bayes (Bayes rule) ARX::structure_est and ARX::predictor_student<p> |
| 82 | | Untested functions: none. </div> |
| 83 | | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 5 00:06:49 2009 for mixpp by |
| | 64 | <h1>ReportAssert.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef UNITTEST_ASSERT_H</span> |
| | 65 | <a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define UNITTEST_ASSERT_H</span> |
| | 66 | <a name="l00003"></a>00003 <span class="preprocessor"></span> |
| | 67 | <a name="l00004"></a>00004 <span class="keyword">namespace </span>UnitTest { |
| | 68 | <a name="l00005"></a>00005 |
| | 69 | <a name="l00006"></a>00006 <span class="keywordtype">void</span> ReportAssert ( <span class="keywordtype">char</span> <span class="keyword">const</span>* description, <span class="keywordtype">char</span> <span class="keyword">const</span>* filename, <span class="keywordtype">int</span> lineNumber ); |
| | 70 | <a name="l00007"></a>00007 |
| | 71 | <a name="l00008"></a>00008 } |
| | 72 | <a name="l00009"></a>00009 |
| | 73 | <a name="l00010"></a>00010 <span class="preprocessor">#endif</span> |
| | 74 | </pre></div></div> |
| | 75 | <hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 15 17:40:58 2009 for mixpp by |