root/doc/latex/classRV.tex @ 8

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

Kalmany funkci, PF nefunkci

  • Property svn:eol-style set to native
Line 
1\section{RV Class Reference}
2\label{classRV}\index{RV@{RV}}
3Class representing variables, most often random variables. 
4
5
6{\tt \#include $<$libBM.h$>$}
7
8\subsection*{Public Member Functions}
9\begin{CompactItemize}
10\item 
11{\bf RV} (ivec in\_\-ids, Array$<$ std::string $>$ in\_\-names, ivec in\_\-sizes, ivec in\_\-times, ivec in\_\-obs)\label{classRV_e46882dec2c30b12be282d34b03417b2}
12
13\begin{CompactList}\small\item\em Full constructor which is called by the others. \item\end{CompactList}\item 
14{\bf RV} (ivec ids)\label{classRV_cf911c3900214460ade1366b04058462}
15
16\begin{CompactList}\small\item\em default constructor \item\end{CompactList}\item 
17{\bf RV} ()\label{classRV_6a22f5c06d6403870d4e414b1993bf9e}
18
19\begin{CompactList}\small\item\em Empty constructor will be set later. \item\end{CompactList}\item 
20int {\bf length} ()\label{classRV_a764092415291a0e6452a3711749d18e}
21
22\begin{CompactList}\small\item\em Return length (number of scalars) of the \doxyref{RV}{p.}{classRV}. \item\end{CompactList}\item 
23ivec {\bf rvfind} ({\bf RV} rv2)\label{classRV_45b869bced40dc3fa0df584aaf8228c0}
24
25\begin{CompactList}\small\item\em Find indexes of another rv in self. \item\end{CompactList}\item 
26{\bf RV} {\bf rvadd} ({\bf RV} rv2)\label{classRV_f47ab0015ebac822da3b2e00f42a8fc6}
27
28\begin{CompactList}\small\item\em Add (concat) another variable to the current one. \item\end{CompactList}\item 
29{\bf RV} {\bf rvsubt} ({\bf RV} rv2)\label{classRV_269023ac4d41b21c4e1f7f17db1603b9}
30
31\begin{CompactList}\small\item\em Subtract another variable from the current one. \item\end{CompactList}\item 
32{\bf RV} {\bf rvsubselect} (ivec ind)\label{classRV_70a53f2bc37929bae899b0b24cda9d8e}
33
34\begin{CompactList}\small\item\em Select only variables at indeces ind. \item\end{CompactList}\item 
35{\bf RV} {\bf operator()} (ivec ind)\label{classRV_28bbcb8873bafdac317bafb7b481cc45}
36
37\begin{CompactList}\small\item\em Select only variables at indeces ind. \item\end{CompactList}\item 
38void {\bf t} (int delta)\label{classRV_e0a158d53ab9430627241f844f4c9a60}
39
40\begin{CompactList}\small\item\em Generate new {\tt \doxyref{RV}{p.}{classRV}} with {\tt time} shifted by delta. \item\end{CompactList}\end{CompactItemize}
41\subsection*{Friends}
42\begin{CompactItemize}
43\item 
44std::ostream \& {\bf operator$<$$<$} (std::ostream \&os, const {\bf RV} \&rv)\label{classRV_cad6f15535d10437f6690cb4492176a8}
45
46\begin{CompactList}\small\item\em Printing output e.g. for debugging. \item\end{CompactList}\end{CompactItemize}
47
48
49\subsection{Detailed Description}
50Class representing variables, most often random variables.
51
52More?...
53
54The documentation for this class was generated from the following files:\begin{CompactItemize}
55\item 
56work/mixpp/{\bf libBM.h}\item 
57work/mixpp/libBM.cpp\end{CompactItemize}
Note: See TracBrowser for help on using the browser.