1 | \section{linfn Class Reference} |
---|
2 | \label{classlinfn}\index{linfn@{linfn}} |
---|
3 | Class representing function \$f(x) = Ax+B\$. |
---|
4 | |
---|
5 | |
---|
6 | {\tt \#include $<$libFN.h$>$} |
---|
7 | |
---|
8 | Inheritance diagram for linfn:\nopagebreak |
---|
9 | \begin{figure}[H] |
---|
10 | \begin{center} |
---|
11 | \leavevmode |
---|
12 | \includegraphics[width=40pt]{classlinfn__inherit__graph} |
---|
13 | \end{center} |
---|
14 | \end{figure} |
---|
15 | Collaboration 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 |
---|
25 | vec {\bf eval} (const vec \&cond)\label{classlinfn_fac0e56701f4c7beaf1c91f9b2a55f0b} |
---|
26 | |
---|
27 | \begin{CompactList}\small\item\em function evaluates numerical value of \$f(x)\$ at \$x=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 |
---|
31 | void {\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 |
---|
34 | int {\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 |
---|
40 | int {\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} |
---|
46 | Class representing function \$f(x) = Ax+B\$. |
---|
47 | |
---|
48 | The documentation for this class was generated from the following file:\begin{CompactItemize} |
---|
49 | \item |
---|
50 | work/mixpp/bdm/stat/libFN.h\end{CompactItemize} |
---|