root/doc/latex/classKalmanFull.tex @ 20

Revision 19, 2.0 kB (checked in by smidl, 16 years ago)

Switch to CMake

  • Property svn:eol-style set to native
Line 
1\section{KalmanFull Class Reference}
2\label{classKalmanFull}\index{KalmanFull@{KalmanFull}}
3Basic \doxyref{Kalman}{p.}{classKalman} filter with full matrices (education purpose only)! Will be deleted soon! 
4
5
6{\tt \#include $<$libKF.h$>$}
7
8Inheritance diagram for KalmanFull:\nopagebreak
9\begin{figure}[H]
10\begin{center}
11\leavevmode
12\includegraphics[width=56pt]{classKalmanFull__inherit__graph}
13\end{center}
14\end{figure}
15Collaboration diagram for KalmanFull:\nopagebreak
16\begin{figure}[H]
17\begin{center}
18\leavevmode
19\includegraphics[width=56pt]{classKalmanFull__coll__graph}
20\end{center}
21\end{figure}
22\subsection*{Public Member Functions}
23\begin{CompactItemize}
24\item 
25{\bf KalmanFull} (mat A, mat B, mat C, mat D, mat R, mat Q, mat P0, vec mu0)\label{classKalmanFull_7197ab6e7380790006394eabd3b97043}
26
27\begin{CompactList}\small\item\em Full constructor. \item\end{CompactList}\item 
28void {\bf bayes} (const vec \&dt, bool evalll=true)\label{classKalmanFull_048b13739b94c331cda08249b278552b}
29
30\begin{CompactList}\small\item\em Here dt = [yt;ut] of appropriate dimensions. \item\end{CompactList}\end{CompactItemize}
31\subsection*{Public Attributes}
32\begin{CompactItemize}
33\item 
34vec {\bf mu}\label{classKalmanFull_fb5aec635e2720cc5ac31bc01c18a68a}
35
36\begin{CompactList}\small\item\em Mean value of the posterior density. \item\end{CompactList}\item 
37mat {\bf P}\label{classKalmanFull_b75dc059e84fa8ffc076203b30f926cc}
38
39\begin{CompactList}\small\item\em Variance of the posterior density. \item\end{CompactList}\end{CompactItemize}
40\subsection*{Friends}
41\begin{CompactItemize}
42\item 
43std::ostream \& \textbf{operator$<$$<$} (std::ostream \&os, const {\bf KalmanFull} \&kf)\label{classKalmanFull_86ba216243ed95bb46d80d88775d16af}
44
45\end{CompactItemize}
46
47
48\subsection{Detailed Description}
49Basic \doxyref{Kalman}{p.}{classKalman} filter with full matrices (education purpose only)! Will be deleted soon!
50
51The documentation for this class was generated from the following files:\begin{CompactItemize}
52\item 
53work/mixpp/bdm/estim/{\bf libKF.h}\item 
54work/mixpp/bdm/estim/libKF.cpp\end{CompactItemize}
Note: See TracBrowser for help on using the browser.