Show
Ignore:
Timestamp:
09/13/09 23:14:58 (15 years ago)
Author:
smidl
Message:

doc

Files:
1 copied

Legend:

Unmodified
Added
Removed
  • library/doc/html/dev_guide.html

    r608 r614  
    33<head> 
    44<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 
    5 <title>mixpp: User Manual</title> 
     5<title>mixpp: Howto Use BDM in C++ for your needs</title> 
    66<link href="tabs.css" rel="stylesheet" type="text/css"/> 
    77<link href="doxygen.css" rel="stylesheet" type="text/css"/> 
     
    6363 
    6464 
    65 <h1><a class="anchor" id="manual">User Manual </a></h1><p></p> 
    66 <p>This page contains some tutorial examples that will help you getting started using BDM.</p> 
    67 <p>Basic linear algebra in BDM (using IT++):</p> 
     65<h1><a class="anchor" id="dev_guide">Howto Use BDM in C++ for your needs </a></h1><p></p> 
     66<h2><a class="anchor" id="Intro"> 
     67Logic of BDM</a></h2> 
     68<ul> 
     69<li><a class="el" href="intro.html">Introduction to Bayesian Decision Making Toolbox BDM</a></li> 
     70<li><a class="el" href="ui_page.html">User Infos and their use</a></li> 
     71<li><a class="el" href="mexfiles.html">How to write and use mex files for Matlab</a></li> 
     72</ul> 
     73<h2><a class="anchor" id="itpp"> 
     74Linear algebra library IT++</a></h2> 
    6875<ul> 
    6976<li><a class="el" href="vector_and_matrix.html">A very simple tutorial about vectors and matrixes</a></li> 
     
    7178<li><a class="el" href="timer.html">Using timers to measure execution time</a></li> 
    7279</ul> 
    73 <p>Basic concepts and philosophy of BDM:</p> 
    74 <ul> 
    75 <li><a class="el" href="intro.html">Introduction to Bayesian Decision Making Toolbox BDM</a></li> 
    76 <li><a class="el" href="ui_page.html">User Infos and their use</a></li> 
    77 <li><a class="el" href="mexfiles.html">How to write and use mex files for Matlab</a></li> 
    78 </ul> 
    79 <p>Library of predefined tasks:</p> 
    80 <p>Examples for Various mathematical models (BDM):</p> 
     80<h2><a class="anchor" id="bdm_direct"> 
     81Using BDM objects directly in C++</a></h2> 
     82<p>See examples:</p> 
    8183<ul> 
    8284<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> 
    83 <li><a class="el" href="kalman.html">Examples of (extended) Kalman filtering</a></li> 
    84 </ul> 
    85 <p>Examples of control (BDM):</p> 
    86 <ul> 
    87 <li>To be done... </li> 
     85<li><a class="el" href="kalman.html">Examples of (extended) Kalman filtering</a> </li> 
    8886</ul> 
    8987</div> 
    90 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 8 22:11:32 2009 for mixpp by&nbsp; 
     88<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 13 22:40:40 2009 for mixpp by&nbsp; 
    9189<a href="http://www.doxygen.org/index.html"> 
    9290<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>