root/doc/latex/classKalman.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{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 $>$:\nopagebreak
9\begin{figure}[H]
10\begin{center}
11\leavevmode
12\includegraphics[width=70pt]{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} (mat A0, mat B0, mat C0, mat D0, sq\_\-T R0, sq\_\-T Q0, sq\_\-T P0, vec mu0)\label{classKalman_83118f4bd2ecbc70b03cfd573088ed6f}
26
27\begin{CompactList}\small\item\em Full constructor. \item\end{CompactList}\item 
28void {\bf bayes} (const vec \&dt, bool evalll=true)\label{classKalman_e945d9205ca14acbd83ba80ea6f72b8e}
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{classKalman_3063a3f58a74cea672ae889971012eed}
35
36\begin{CompactList}\small\item\em Mean value of the posterior density. \item\end{CompactList}\item 
37sq\_\-T {\bf P}\label{classKalman_188cd5ac1c9e496b1a371eb7c57c97d3}
38
39\begin{CompactList}\small\item\em Mean value 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{classKalman_86ba216243ed95bb46d80d88775d16af}
44
45\end{CompactItemize}
46
47
48\subsection{Detailed Description}
49\subsubsection*{template$<$class sq\_\-T$>$ class Kalman$<$ sq\_\-T $>$}
50
51\doxyref{Kalman}{p.}{classKalman} filter with covaraince matrices in square root form.
52
53The documentation for this class was generated from the following file:\begin{CompactItemize}
54\item 
55work/mixpp/bdm/estim/{\bf libKF.h}\end{CompactItemize}
Note: See TracBrowser for help on using the browser.