Changeset 661 for library/doc/html/kalman.html
- Timestamp:
- 10/15/09 00:10:19 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/kalman.html
r656 r661 59 59 </ul> 60 60 </div> 61 <div class="navpath"><a class="el" href="dev _guide.html">BDM Use - in C++</a>61 <div class="navpath"><a class="el" href="devguide.html">BDM Use - in C++</a> 62 62 </div> 63 63 </div> … … 95 95 <h2><a class="anchor" id="exa"> 96 96 Examples of Use</a></h2> 97 <p>The classes can be used directly in C++ or via User Info. The latter example is illustrated in file estimator. A very short example of the former follows:</p>97 <p>The classes can be used directly in C++ or via User Info. The latter example is illustrated in file user_guide2. A very short example of the former follows:</p> 98 98 <div class="fragment"><pre class="fragment"><span class="preprocessor">#include "<a class="code" href="kalman_8h.html" title="Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions.">estim/kalman.h</a>"</span> 99 99 <span class="keyword">using namespace </span>bdm; … … 127 127 } 128 128 </pre></div> </div> 129 <hr size="1"/><address style="text-align: right;"><small>Generated on Mon Oct 12 19:37:19 2009 for mixpp by 129 <hr size="1"/><address style="text-align: right;"><small>Generated on Thu Oct 15 00:07:49 2009 for mixpp by 130 130 <a href="http://www.doxygen.org/index.html"> 131 131 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>