root/doc/latex/classKalmanFull.tex @ 8

Revision 8, 1.8 kB (checked in by smidl, 16 years ago)

Kalmany funkci, PF nefunkci

  • 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::\begin{figure}[H]
9\begin{center}
10\leavevmode
11\includegraphics[height=2cm]{classKalmanFull}
12\end{center}
13\end{figure}
14\subsection*{Public Member Functions}
15\begin{CompactItemize}
16\item 
17{\bf KalmanFull} (mat A, mat B, mat C, mat D, mat R, mat Q, mat P0, vec mu0)\label{classKalmanFull_7197ab6e7380790006394eabd3b97043}
18
19\begin{CompactList}\small\item\em Full constructor. \item\end{CompactList}\item 
20void {\bf bayes} (const vec \&dt, bool evalll=true)\label{classKalmanFull_048b13739b94c331cda08249b278552b}
21
22\begin{CompactList}\small\item\em Here dt = [yt;ut] of appropriate dimensions. \item\end{CompactList}\end{CompactItemize}
23\subsection*{Public Attributes}
24\begin{CompactItemize}
25\item 
26vec {\bf mu}\label{classKalmanFull_fb5aec635e2720cc5ac31bc01c18a68a}
27
28\begin{CompactList}\small\item\em Mean value of the posterior density. \item\end{CompactList}\item 
29mat {\bf P}\label{classKalmanFull_b75dc059e84fa8ffc076203b30f926cc}
30
31\begin{CompactList}\small\item\em Variance of the posterior density. \item\end{CompactList}\end{CompactItemize}
32\subsection*{Friends}
33\begin{CompactItemize}
34\item 
35std::ostream \& \textbf{operator$<$$<$} (std::ostream \&os, const {\bf KalmanFull} \&kf)\label{classKalmanFull_86ba216243ed95bb46d80d88775d16af}
36
37\end{CompactItemize}
38
39
40\subsection{Detailed Description}
41Basic \doxyref{Kalman}{p.}{classKalman} filter with full matrices (education purpose only)! Will be deleted soon!
42
43The documentation for this class was generated from the following files:\begin{CompactItemize}
44\item 
45work/mixpp/{\bf libKF.h}\item 
46work/mixpp/libKF.cpp\end{CompactItemize}
Note: See TracBrowser for help on using the browser.