root/doc/latex/classKalman.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{Kalman$<$ sq\_\-T $>$ Class Template Reference}
2\label{classKalman}\index{Kalman@{Kalman}}
3\doxyref{Kalman}{p.}{classKalman} filter with covaraince matrices in square root form. 
4
5
6{\tt \#include $<$libKF.h$>$}
7
8Inheritance diagram for Kalman$<$ sq\_\-T $>$::\begin{figure}[H]
9\begin{center}
10\leavevmode
11\includegraphics[height=2cm]{classKalman}
12\end{center}
13\end{figure}
14\subsection*{Public Member Functions}
15\begin{CompactItemize}
16\item 
17{\bf Kalman} (mat A0, mat B0, mat C0, mat D0, sq\_\-T R0, sq\_\-T Q0, sq\_\-T P0, vec mu0)\label{classKalman_83118f4bd2ecbc70b03cfd573088ed6f}
18
19\begin{CompactList}\small\item\em Full constructor. \item\end{CompactList}\item 
20void {\bf bayes} (const vec \&dt, bool evalll=true)\label{classKalman_e945d9205ca14acbd83ba80ea6f72b8e}
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{classKalman_3063a3f58a74cea672ae889971012eed}
27
28\begin{CompactList}\small\item\em Mean value of the posterior density. \item\end{CompactList}\item 
29sq\_\-T {\bf P}\label{classKalman_188cd5ac1c9e496b1a371eb7c57c97d3}
30
31\begin{CompactList}\small\item\em Mean value 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{classKalman_86ba216243ed95bb46d80d88775d16af}
36
37\end{CompactItemize}
38
39
40\subsection{Detailed Description}
41\subsubsection*{template$<$class sq\_\-T$>$ class Kalman$<$ sq\_\-T $>$}
42
43\doxyref{Kalman}{p.}{classKalman} filter with covaraince matrices in square root form.
44
45The documentation for this class was generated from the following file:\begin{CompactItemize}
46\item 
47work/mixpp/{\bf libKF.h}\end{CompactItemize}
Note: See TracBrowser for help on using the browser.