root/doc/latex/classfsqmat.tex @ 198

Revision 172, 13.0 kB (checked in by smidl, 16 years ago)

Latex doc

  • Property svn:eol-style set to native
Line 
1\hypertarget{classfsqmat}{
2\section{fsqmat Class Reference}
3\label{classfsqmat}\index{fsqmat@{fsqmat}}
4}
5Fake \hyperlink{classsqmat}{sqmat}. This class maps \hyperlink{classsqmat}{sqmat} operations to operations on full matrix. 
6
7
8{\tt \#include $<$libDC.h$>$}
9
10Inheritance diagram for fsqmat:\nopagebreak
11\begin{figure}[H]
12\begin{center}
13\leavevmode
14\includegraphics[width=45pt]{classfsqmat__inherit__graph}
15\end{center}
16\end{figure}
17Collaboration diagram for fsqmat:\nopagebreak
18\begin{figure}[H]
19\begin{center}
20\leavevmode
21\includegraphics[width=45pt]{classfsqmat__coll__graph}
22\end{center}
23\end{figure}
24\subsection*{Public Member Functions}
25\begin{CompactItemize}
26\item 
27void \hyperlink{classfsqmat_b36530e155667fe9f1bd58394e50c65a}{opupdt} (const vec \&v, double w)
28\item 
29\hypertarget{classfsqmat_f54fc955e8e3b43d15afa92124bc24b3}{
30mat \hyperlink{classfsqmat_f54fc955e8e3b43d15afa92124bc24b3}{to\_\-mat} () const }
31\label{classfsqmat_f54fc955e8e3b43d15afa92124bc24b3}
32
33\begin{CompactList}\small\item\em Conversion to full matrix. \item\end{CompactList}\item 
34void \hyperlink{classfsqmat_5530d2756b5d991de755e6121c9a452e}{mult\_\-sym} (const mat \&C)
35\begin{CompactList}\small\item\em Inplace symmetric multiplication by a SQUARE matrix $C$, i.e. $V = C*V*C'$. \item\end{CompactList}\item 
36void \hyperlink{classfsqmat_92052a8adc2054b63e42d1373d145c89}{mult\_\-sym\_\-t} (const mat \&C)
37\begin{CompactList}\small\item\em Inplace symmetric multiplication by a SQUARE transpose of matrix $C$, i.e. $V = C'*V*C$. \item\end{CompactList}\item 
38\hypertarget{classfsqmat_d4eddc3743c8865cc5ed92d14de0e3e3}{
39void \hyperlink{classfsqmat_d4eddc3743c8865cc5ed92d14de0e3e3}{mult\_\-sym} (const mat \&C, \hyperlink{classfsqmat}{fsqmat} \&U) const }
40\label{classfsqmat_d4eddc3743c8865cc5ed92d14de0e3e3}
41
42\begin{CompactList}\small\item\em store result of {\tt mult\_\-sym} in external matrix $U$ \item\end{CompactList}\item 
43\hypertarget{classfsqmat_ae4949ad2a32553c7fa04d6d1483770a}{
44void \hyperlink{classfsqmat_ae4949ad2a32553c7fa04d6d1483770a}{mult\_\-sym\_\-t} (const mat \&C, \hyperlink{classfsqmat}{fsqmat} \&U) const }
45\label{classfsqmat_ae4949ad2a32553c7fa04d6d1483770a}
46
47\begin{CompactList}\small\item\em store result of {\tt mult\_\-sym\_\-t} in external matrix $U$ \item\end{CompactList}\item 
48\hypertarget{classfsqmat_cfa4c359483d2322f32d1d50050f8ac4}{
49void \hyperlink{classfsqmat_cfa4c359483d2322f32d1d50050f8ac4}{clear} ()}
50\label{classfsqmat_cfa4c359483d2322f32d1d50050f8ac4}
51
52\begin{CompactList}\small\item\em Clearing matrix so that it corresponds to zeros. \item\end{CompactList}\item 
53\hypertarget{classfsqmat_79e3f73e0ccd663c7f7e08083d272940}{
54\hyperlink{classfsqmat_79e3f73e0ccd663c7f7e08083d272940}{fsqmat} ()}
55\label{classfsqmat_79e3f73e0ccd663c7f7e08083d272940}
56
57\begin{CompactList}\small\item\em Default initialization. \item\end{CompactList}\item 
58\hypertarget{classfsqmat_40eae99305e7c7240fa95cfec125b06f}{
59\hyperlink{classfsqmat_40eae99305e7c7240fa95cfec125b06f}{fsqmat} (const int dim0)}
60\label{classfsqmat_40eae99305e7c7240fa95cfec125b06f}
61
62\begin{CompactList}\small\item\em Default initialization with proper size. \item\end{CompactList}\item 
63\hypertarget{classfsqmat_1929fbc9fe375f1d67f979d0d302336f}{
64\hyperlink{classfsqmat_1929fbc9fe375f1d67f979d0d302336f}{fsqmat} (const mat \&\hyperlink{classfsqmat_a7a1fcb9aae19d1e4daddfc9c22ce453}{M})}
65\label{classfsqmat_1929fbc9fe375f1d67f979d0d302336f}
66
67\begin{CompactList}\small\item\em Constructor. \item\end{CompactList}\item 
68\hypertarget{classfsqmat_c01f3e9bb590f2a2921369d672f3ce1e}{
69\hyperlink{classfsqmat_c01f3e9bb590f2a2921369d672f3ce1e}{fsqmat} (const vec \&d)}
70\label{classfsqmat_c01f3e9bb590f2a2921369d672f3ce1e}
71
72\begin{CompactList}\small\item\em Constructor. \item\end{CompactList}\item 
73\hypertarget{classfsqmat_2a8f104e4befbc2aa90d8b11edfedb2e}{
74virtual \hyperlink{classfsqmat_2a8f104e4befbc2aa90d8b11edfedb2e}{$\sim$fsqmat} ()}
75\label{classfsqmat_2a8f104e4befbc2aa90d8b11edfedb2e}
76
77\begin{CompactList}\small\item\em Destructor for future use;. \item\end{CompactList}\item 
78virtual void \hyperlink{classfsqmat_9fa853e1ca28f2a1a1c43377e798ecb1}{inv} (\hyperlink{classfsqmat}{fsqmat} \&Inv)
79\begin{CompactList}\small\item\em Matrix inversion preserving the chosen form. \item\end{CompactList}\item 
80\hypertarget{classfsqmat_eb0d1358f536e4453b5f99d0418ca1e5}{
81double \hyperlink{classfsqmat_eb0d1358f536e4453b5f99d0418ca1e5}{logdet} () const }
82\label{classfsqmat_eb0d1358f536e4453b5f99d0418ca1e5}
83
84\begin{CompactList}\small\item\em Logarithm of a determinant. \item\end{CompactList}\item 
85\hypertarget{classfsqmat_a6c91b0389e73404324b2314b08d6e87}{
86double \hyperlink{classfsqmat_a6c91b0389e73404324b2314b08d6e87}{qform} (const vec \&v) const }
87\label{classfsqmat_a6c91b0389e73404324b2314b08d6e87}
88
89\begin{CompactList}\small\item\em Evaluates quadratic form $x= v'*V*v$;. \item\end{CompactList}\item 
90\hypertarget{classfsqmat_58075da64ddadd4df40654c35b928c6f}{
91double \hyperlink{classfsqmat_58075da64ddadd4df40654c35b928c6f}{invqform} (const vec \&v) const }
92\label{classfsqmat_58075da64ddadd4df40654c35b928c6f}
93
94\begin{CompactList}\small\item\em Evaluates quadratic form $x= v'*inv(V)*v$;. \item\end{CompactList}\item 
95vec \hyperlink{classfsqmat_842a774077ee34ac3c36d180ab33e103}{sqrt\_\-mult} (const vec \&v) const
96\begin{CompactList}\small\item\em Multiplies square root of $V$ by vector $x$. \item\end{CompactList}\item 
97\hypertarget{classfsqmat_a2e0bf7dbbbbe1d3358064c4ad455f1f}{
98void \hyperlink{classfsqmat_a2e0bf7dbbbbe1d3358064c4ad455f1f}{add} (const \hyperlink{classfsqmat}{fsqmat} \&fsq2, double w=1.0)}
99\label{classfsqmat_a2e0bf7dbbbbe1d3358064c4ad455f1f}
100
101\begin{CompactList}\small\item\em Add another matrix in fsq form with weight w. \item\end{CompactList}\item 
102\hypertarget{classfsqmat_922f8190c13987cbcdb33ec2bf5cf105}{
103void \hyperlink{classfsqmat_922f8190c13987cbcdb33ec2bf5cf105}{setD} (const vec \&nD)}
104\label{classfsqmat_922f8190c13987cbcdb33ec2bf5cf105}
105
106\begin{CompactList}\small\item\em Access functions. \item\end{CompactList}\item 
107\hypertarget{classfsqmat_bcf837b2956745e8986044f5600dbd6e}{
108vec \hyperlink{classfsqmat_bcf837b2956745e8986044f5600dbd6e}{getD} ()}
109\label{classfsqmat_bcf837b2956745e8986044f5600dbd6e}
110
111\begin{CompactList}\small\item\em Access functions. \item\end{CompactList}\item 
112\hypertarget{classfsqmat_03a8f49eb4d38a054ecc522be59cd2ad}{
113void \hyperlink{classfsqmat_03a8f49eb4d38a054ecc522be59cd2ad}{setD} (const vec \&nD, int i)}
114\label{classfsqmat_03a8f49eb4d38a054ecc522be59cd2ad}
115
116\begin{CompactList}\small\item\em Access functions. \item\end{CompactList}\item 
117\hypertarget{classfsqmat_514d1fdd8a382dbd6a774f2cf1ebd3de}{
118\hyperlink{classfsqmat}{fsqmat} \& \hyperlink{classfsqmat_514d1fdd8a382dbd6a774f2cf1ebd3de}{operator+=} (const \hyperlink{classfsqmat}{fsqmat} \&A)}
119\label{classfsqmat_514d1fdd8a382dbd6a774f2cf1ebd3de}
120
121\begin{CompactList}\small\item\em add another \hyperlink{classfsqmat}{fsqmat} matrix \item\end{CompactList}\item 
122\hypertarget{classfsqmat_e976bc9d899961e1d2087b0630ed33b7}{
123\hyperlink{classfsqmat}{fsqmat} \& \hyperlink{classfsqmat_e976bc9d899961e1d2087b0630ed33b7}{operator-=} (const \hyperlink{classfsqmat}{fsqmat} \&A)}
124\label{classfsqmat_e976bc9d899961e1d2087b0630ed33b7}
125
126\begin{CompactList}\small\item\em subtrack another \hyperlink{classfsqmat}{fsqmat} matrix \item\end{CompactList}\item 
127\hypertarget{classfsqmat_af800e7b2146da5e60897255dde80059}{
128\hyperlink{classfsqmat}{fsqmat} \& \hyperlink{classfsqmat_af800e7b2146da5e60897255dde80059}{operator$\ast$=} (double x)}
129\label{classfsqmat_af800e7b2146da5e60897255dde80059}
130
131\begin{CompactList}\small\item\em multiply by a scalar \item\end{CompactList}\item 
132\hypertarget{classsqmat_ecc2e2540f95a04f4449842588170f5b}{
133int \hyperlink{classsqmat_ecc2e2540f95a04f4449842588170f5b}{cols} () const }
134\label{classsqmat_ecc2e2540f95a04f4449842588170f5b}
135
136\begin{CompactList}\small\item\em Reimplementing common functions of mat: \hyperlink{classsqmat_ecc2e2540f95a04f4449842588170f5b}{cols()}. \item\end{CompactList}\item 
137\hypertarget{classsqmat_071e80ced9cc3b8cbb360fa7462eb646}{
138int \hyperlink{classsqmat_071e80ced9cc3b8cbb360fa7462eb646}{rows} () const }
139\label{classsqmat_071e80ced9cc3b8cbb360fa7462eb646}
140
141\begin{CompactList}\small\item\em Reimplementing common functions of mat: \hyperlink{classsqmat_ecc2e2540f95a04f4449842588170f5b}{cols()}. \item\end{CompactList}\end{CompactItemize}
142\subsection*{Protected Attributes}
143\begin{CompactItemize}
144\item 
145\hypertarget{classfsqmat_a7a1fcb9aae19d1e4daddfc9c22ce453}{
146mat \hyperlink{classfsqmat_a7a1fcb9aae19d1e4daddfc9c22ce453}{M}}
147\label{classfsqmat_a7a1fcb9aae19d1e4daddfc9c22ce453}
148
149\begin{CompactList}\small\item\em Full matrix on which the operations are performed. \item\end{CompactList}\item 
150\hypertarget{classsqmat_0abed904bdc0882373ba9adba919689d}{
151int \hyperlink{classsqmat_0abed904bdc0882373ba9adba919689d}{dim}}
152\label{classsqmat_0abed904bdc0882373ba9adba919689d}
153
154\begin{CompactList}\small\item\em dimension of the square matrix \item\end{CompactList}\end{CompactItemize}
155\subsection*{Friends}
156\begin{CompactItemize}
157\item 
158\hypertarget{classfsqmat_e06aba54d61e807b41bd68b5ee6ac22f}{
159std::ostream \& \hyperlink{classfsqmat_e06aba54d61e807b41bd68b5ee6ac22f}{operator$<$$<$} (std::ostream \&os, const \hyperlink{classfsqmat}{fsqmat} \&sq)}
160\label{classfsqmat_e06aba54d61e807b41bd68b5ee6ac22f}
161
162\begin{CompactList}\small\item\em print full matrix \item\end{CompactList}\end{CompactItemize}
163
164
165\subsection{Detailed Description}
166Fake \hyperlink{classsqmat}{sqmat}. This class maps \hyperlink{classsqmat}{sqmat} operations to operations on full matrix.
167
168This class can be used to compare performance of algorithms using decomposed matrices with perormance of the same algorithms using full matrices;
169
170\subsection{Member Function Documentation}
171\hypertarget{classfsqmat_b36530e155667fe9f1bd58394e50c65a}{
172\index{fsqmat@{fsqmat}!opupdt@{opupdt}}
173\index{opupdt@{opupdt}!fsqmat@{fsqmat}}
174\subsubsection[opupdt]{\setlength{\rightskip}{0pt plus 5cm}void fsqmat::opupdt (const vec \& {\em v}, \/  double {\em w})\hspace{0.3cm}{\tt  \mbox{[}virtual\mbox{]}}}}
175\label{classfsqmat_b36530e155667fe9f1bd58394e50c65a}
176
177
178Perfroms a rank-1 update by outer product of vectors: $V = V + w v v'$. \begin{Desc}
179\item[Parameters:]
180\begin{description}
181\item[{\em v}]Vector forming the outer product to be added \item[{\em w}]weight of updating; can be negative\end{description}
182\end{Desc}
183BLAS-2b operation.
184
185Implements \hyperlink{classsqmat_b223484796661f2dadb5607a86ce0581}{sqmat}.
186
187References M.\hypertarget{classfsqmat_5530d2756b5d991de755e6121c9a452e}{
188\index{fsqmat@{fsqmat}!mult\_\-sym@{mult\_\-sym}}
189\index{mult\_\-sym@{mult\_\-sym}!fsqmat@{fsqmat}}
190\subsubsection[mult\_\-sym]{\setlength{\rightskip}{0pt plus 5cm}void fsqmat::mult\_\-sym (const mat \& {\em C})\hspace{0.3cm}{\tt  \mbox{[}virtual\mbox{]}}}}
191\label{classfsqmat_5530d2756b5d991de755e6121c9a452e}
192
193
194Inplace symmetric multiplication by a SQUARE matrix $C$, i.e. $V = C*V*C'$.
195
196\begin{Desc}
197\item[Parameters:]
198\begin{description}
199\item[{\em C}]multiplying matrix, \end{description}
200\end{Desc}
201
202
203Implements \hyperlink{classsqmat_60fbbfa9e483b8187c135f787ee53afa}{sqmat}.
204
205References M.
206
207Referenced by EKF$<$ sq\_\-T $>$::bayes().\hypertarget{classfsqmat_92052a8adc2054b63e42d1373d145c89}{
208\index{fsqmat@{fsqmat}!mult\_\-sym\_\-t@{mult\_\-sym\_\-t}}
209\index{mult\_\-sym\_\-t@{mult\_\-sym\_\-t}!fsqmat@{fsqmat}}
210\subsubsection[mult\_\-sym\_\-t]{\setlength{\rightskip}{0pt plus 5cm}void fsqmat::mult\_\-sym\_\-t (const mat \& {\em C})\hspace{0.3cm}{\tt  \mbox{[}virtual\mbox{]}}}}
211\label{classfsqmat_92052a8adc2054b63e42d1373d145c89}
212
213
214Inplace symmetric multiplication by a SQUARE transpose of matrix $C$, i.e. $V = C'*V*C$.
215
216\begin{Desc}
217\item[Parameters:]
218\begin{description}
219\item[{\em C}]multiplying matrix, \end{description}
220\end{Desc}
221
222
223Implements \hyperlink{classsqmat_6909e906da17725b1b80f3cae7cf3325}{sqmat}.
224
225References M.\hypertarget{classfsqmat_9fa853e1ca28f2a1a1c43377e798ecb1}{
226\index{fsqmat@{fsqmat}!inv@{inv}}
227\index{inv@{inv}!fsqmat@{fsqmat}}
228\subsubsection[inv]{\setlength{\rightskip}{0pt plus 5cm}void fsqmat::inv ({\bf fsqmat} \& {\em Inv})\hspace{0.3cm}{\tt  \mbox{[}virtual\mbox{]}}}}
229\label{classfsqmat_9fa853e1ca28f2a1a1c43377e798ecb1}
230
231
232Matrix inversion preserving the chosen form.
233
234\begin{Desc}
235\item[Parameters:]
236\begin{description}
237\item[{\em Inv}]a space where the inverse is stored. \end{description}
238\end{Desc}
239
240
241References M.
242
243Referenced by EKF$<$ sq\_\-T $>$::bayes(), and egiw::evalpdflog\_\-nn().\hypertarget{classfsqmat_842a774077ee34ac3c36d180ab33e103}{
244\index{fsqmat@{fsqmat}!sqrt\_\-mult@{sqrt\_\-mult}}
245\index{sqrt\_\-mult@{sqrt\_\-mult}!fsqmat@{fsqmat}}
246\subsubsection[sqrt\_\-mult]{\setlength{\rightskip}{0pt plus 5cm}vec fsqmat::sqrt\_\-mult (const vec \& {\em v}) const\hspace{0.3cm}{\tt  \mbox{[}inline, virtual\mbox{]}}}}
247\label{classfsqmat_842a774077ee34ac3c36d180ab33e103}
248
249
250Multiplies square root of $V$ by vector $x$.
251
252Used e.g. in generating normal samples.
253
254Implements \hyperlink{classsqmat_6b79438b5d7544a9c8e110a145355d8f}{sqmat}.
255
256References M.
257
258The documentation for this class was generated from the following files:\begin{CompactItemize}
259\item 
260work/git/mixpp/bdm/math/\hyperlink{libDC_8h}{libDC.h}\item 
261work/git/mixpp/bdm/math/libDC.cpp\end{CompactItemize}
Note: See TracBrowser for help on using the browser.