Changeset 651 for library/doc/html/dev_guide.html
- Timestamp:
- 10/12/09 13:49:39 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/dev_guide.html
r641 r651 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 5 3 <title>mixpp: BDM Use - in C++</title> 6 <link href="tabs.css" rel="stylesheet" type="text/css"/> 7 <link href="doxygen.css" rel="stylesheet" type="text/css"/> 8 </head> 9 <body> 10 <!-- Generated by Doxygen 1.6.1 --> 4 <link href="tabs.css" rel="stylesheet" type="text/css"> 5 <link href="doxygen.css" rel="stylesheet" type="text/css"> 6 </head><body> 7 <!-- Generated by Doxygen 1.5.9 --> 11 8 <script type="text/javascript"> 12 9 <!-- … … 61 58 </div> 62 59 <div class="contents"> 63 64 65 <h1><a class="anchor" id="dev_guide">BDM Use - in C++ </a></h1><h2><a class="anchor" id="Intro"> 60 <h1><a class="anchor" name="dev_guide">BDM Use - in C++ </a></h1><h2><a class="anchor" name="Intro"> 66 61 Logic of BDM</a></h2> 67 62 <ul> 68 <li><a class="el" href="intro.html">Introduction to Bayesian Decision Making Toolbox BDM</a></li> 69 <li><a class="el" href="ui_page.html">User Infos and their use</a></li> 70 <li><a class="el" href="mexfiles.html">How to write and use mex files for Matlab</a></li> 71 </ul> 72 <h2><a class="anchor" id="itpp"> 63 <li><a class="el" href="intro.html">Introduction to Bayesian Decision Making Toolbox BDM</a></li><li><a class="el" href="ui_page.html">User Infos and their use</a></li><li><a class="el" href="mexfiles.html">How to write and use mex files for Matlab</a></li></ul> 64 <h2><a class="anchor" name="itpp"> 73 65 Linear algebra library IT++</a></h2> 74 66 <ul> 75 <li><a class="el" href="vector_and_matrix.html">A very simple tutorial about vectors and matrixes</a></li> 76 <li><a class="el" href="itfile.html">Writing and reading data from files</a></li> 77 <li><a class="el" href="timer.html">Using timers to measure execution time</a></li> 78 </ul> 79 <h2><a class="anchor" id="bdm_direct"> 67 <li><a class="el" href="vector_and_matrix.html">A very simple tutorial about vectors and matrixes</a></li><li><a class="el" href="itfile.html">Writing and reading data from files</a></li><li><a class="el" href="timer.html">Using timers to measure execution time</a></li></ul> 68 <h2><a class="anchor" name="bdm_direct"> 80 69 Using BDM objects directly in C++</a></h2> 81 <p>See examples:</p>70 See examples:<p> 82 71 <ul> 83 <li><a class="el" href="arx_ui.html">Running experiment <code>estimator</code> with ARX data fields this page is out of date, as the user info concept has been changed</a></li> 84 <li><a class="el" href="kalman.html">Examples of (extended) Kalman filtering</a> </li> 85 </ul> 72 <li><a class="el" href="arx_ui.html">Running experiment <code>estimator</code> with ARX data fields</a></li><li><a class="el" href="kalman.html">Examples of (extended) Kalman filtering</a> </li></ul> 86 73 </div> 87 <hr size="1" /><address style="text-align: right;"><small>Generated on Sun Sep 27 00:49:052009 for mixpp by 74 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 7 17:34:44 2009 for mixpp by 88 75 <a href="http://www.doxygen.org/index.html"> 89 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1</small></address>76 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 90 77 </body> 91 78 </html>