root/doc/latex/classKalman.tex @ 24

Revision 22, 3.3 kB (checked in by smidl, 16 years ago)

upravy Kalmana

  • 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 covariance matrices in square root form. 
4
5
6{\tt \#include $<$libKF.h$>$}
7
8Inheritance diagram for Kalman$<$ sq\_\-T $>$:\nopagebreak
9\begin{figure}[H]
10\begin{center}
11\leavevmode
12\includegraphics[width=77pt]{classKalman__inherit__graph}
13\end{center}
14\end{figure}
15Collaboration diagram for Kalman$<$ sq\_\-T $>$:\nopagebreak
16\begin{figure}[H]
17\begin{center}
18\leavevmode
19\includegraphics[width=70pt]{classKalman__coll__graph}
20\end{center}
21\end{figure}
22\subsection*{Public Member Functions}
23\begin{CompactItemize}
24\item 
25{\bf Kalman} (int dimx, int dimu, int dimy)\label{classKalman_96958a5ebfa966d892137987f265083a}
26
27\begin{CompactList}\small\item\em Default constructor. \item\end{CompactList}\item 
28{\bf Kalman} (mat A0, mat B0, mat C0, mat D0, sq\_\-T R0, sq\_\-T Q0, sq\_\-T P0, vec mu0)\label{classKalman_83118f4bd2ecbc70b03cfd573088ed6f}
29
30\begin{CompactList}\small\item\em Full constructor. \item\end{CompactList}\item 
31void {\bf bayes} (const vec \&dt, bool evalll=true)\label{classKalman_e945d9205ca14acbd83ba80ea6f72b8e}
32
33\begin{CompactList}\small\item\em Here dt = [yt;ut] of appropriate dimensions. \item\end{CompactList}\end{CompactItemize}
34\subsection*{Public Attributes}
35\begin{CompactItemize}
36\item 
37vec {\bf mu}\label{classKalman_3063a3f58a74cea672ae889971012eed}
38
39\begin{CompactList}\small\item\em Mean value of the posterior density. \item\end{CompactList}\item 
40sq\_\-T {\bf P}\label{classKalman_188cd5ac1c9e496b1a371eb7c57c97d3}
41
42\begin{CompactList}\small\item\em Mean value of the posterior density. \item\end{CompactList}\end{CompactItemize}
43\subsection*{Protected Attributes}
44\begin{CompactItemize}
45\item 
46int \textbf{dimx}\label{classKalman_39c8c403b46fa3b8c7da77cb2e3729eb}
47
48\item 
49int \textbf{dimy}\label{classKalman_ba17b956df1e38b31fbbc299c8213b6a}
50
51\item 
52int \textbf{dimu}\label{classKalman_b0153795a1444b6968a86409c778d9ce}
53
54\item 
55mat \textbf{A}\label{classKalman_5e02efe86ee91e9c74b93b425fe060b9}
56
57\item 
58mat \textbf{B}\label{classKalman_dc87704284a6c0bca13bf51f4345a50a}
59
60\item 
61mat \textbf{C}\label{classKalman_86a805cd6515872d1132ad0d6eb5dc13}
62
63\item 
64mat \textbf{D}\label{classKalman_d69f774ba3335c970c1c5b1d182f4dd1}
65
66\item 
67sq\_\-T \textbf{R}\label{classKalman_11d171dc0e0ab111c56a70f98b97b3ec}
68
69\item 
70sq\_\-T \textbf{Q}\label{classKalman_9b69015c800eb93f3ee49da23a6f55d9}
71
72\item 
73mat \textbf{\_\-K}\label{classKalman_d422f51467c7a06174af2476d2826132}
74
75\item 
76vec \textbf{\_\-yp}\label{classKalman_30b7461989185d3d02cf42b8e2a37649}
77
78\item 
79sq\_\-T \textbf{\_\-Ry}\label{classKalman_477dca07d91ea1a1f41d51bb0229934f}
80
81\item 
82sq\_\-T \textbf{\_\-iRy}\label{classKalman_15f1a793210750a7e4642fcd948b24c5}
83
84\end{CompactItemize}
85\subsection*{Friends}
86\begin{CompactItemize}
87\item 
88std::ostream \& \textbf{operator$<$$<$} (std::ostream \&os, const {\bf KalmanFull} \&kf)\label{classKalman_86ba216243ed95bb46d80d88775d16af}
89
90\end{CompactItemize}
91
92
93\subsection{Detailed Description}
94\subsubsection*{template$<$class sq\_\-T$>$ class Kalman$<$ sq\_\-T $>$}
95
96\doxyref{Kalman}{p.}{classKalman} filter with covariance matrices in square root form.
97
98The documentation for this class was generated from the following file:\begin{CompactItemize}
99\item 
100work/mixpp/bdm/estim/{\bf libKF.h}\end{CompactItemize}
Note: See TracBrowser for help on using the browser.