root/doc/latex/classlinfn.tex @ 91

Revision 91, 1.8 kB (checked in by smidl, 16 years ago)

drobnosti a dokumentace

  • Property svn:eol-style set to native
Line 
1\section{linfn Class Reference}
2\label{classlinfn}\index{linfn@{linfn}}
3Class representing function $f(x) = Ax+B$
4
5
6{\tt \#include $<$libFN.h$>$}
7
8Inheritance diagram for linfn:\nopagebreak
9\begin{figure}[H]
10\begin{center}
11\leavevmode
12\includegraphics[width=39pt]{classlinfn__inherit__graph}
13\end{center}
14\end{figure}
15Collaboration diagram for linfn:\nopagebreak
16\begin{figure}[H]
17\begin{center}
18\leavevmode
19\includegraphics[width=60pt]{classlinfn__coll__graph}
20\end{center}
21\end{figure}
22\subsection*{Public Member Functions}
23\begin{CompactItemize}
24\item 
25vec {\bf eval} (const vec \&cond)\label{classlinfn_fac0e56701f4c7beaf1c91f9b2a55f0b}
26
27\begin{CompactList}\small\item\em function evaluates numerical value of $f(x)$ at $x=$ {\tt cond} \item\end{CompactList}\item 
28{\bf linfn} (const {\bf RV} \&rv0)\label{classlinfn_01c70122a7783ddb0d87e6a82685adcb}
29
30\begin{CompactList}\small\item\em default constructor \item\end{CompactList}\item 
31void {\bf set\_\-parameters} (const mat \&A0, const vec \&B0)\label{classlinfn_15eb81f2141984a61706b7ad5b411505}
32
33\begin{CompactList}\small\item\em Set values of {\tt A} and {\tt B}. \item\end{CompactList}\item 
34int {\bf \_\-dimy} () const \label{classfnc_a8891973d0ca48ce38e1886df45ca298}
35
36\begin{CompactList}\small\item\em access function \item\end{CompactList}\end{CompactItemize}
37\subsection*{Protected Attributes}
38\begin{CompactItemize}
39\item 
40int {\bf dimy}\label{classfnc_22d51d10a7901331167f64f80d1af8e9}
41
42\begin{CompactList}\small\item\em Length of the output vector. \item\end{CompactList}\end{CompactItemize}
43
44
45\subsection{Detailed Description}
46Class representing function $f(x) = Ax+B$.
47
48The documentation for this class was generated from the following file:\begin{CompactItemize}
49\item 
50work/mixpp/bdm/stat/libFN.h\end{CompactItemize}
Note: See TracBrowser for help on using the browser.