[30] | 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 \textbf{eval} (vec \&cond)\label{classlinfn_628d27985db573740f4793a892ed5e30} |
---|
| 26 | |
---|
| 27 | \item |
---|
| 28 | {\bf linfn} \textbf{evalsome} (ivec \&rvind)\label{classlinfn_936718f2ff06fbafd85728bdde6ca82a} |
---|
| 29 | |
---|
| 30 | \item |
---|
| 31 | \textbf{linfn} (const {\bf RV} \&rv0)\label{classlinfn_01c70122a7783ddb0d87e6a82685adcb} |
---|
| 32 | |
---|
| 33 | \item |
---|
| 34 | \textbf{linfn} (const {\bf RV} \&rv0, const mat \&A0)\label{classlinfn_3a4ada6a76c1d34163130dfa33b494f0} |
---|
| 35 | |
---|
| 36 | \item |
---|
| 37 | \textbf{linfn} (const {\bf RV} \&rv0, const mat \&A0, const vec \&B0)\label{classlinfn_ee0c6aad70746a242ee2fc09a127f4cc} |
---|
| 38 | |
---|
| 39 | \item |
---|
| 40 | virtual vec {\bf eval} (const vec \&cond)\label{classfnc_7fad2e6cb35909a165ec5a53def4a18c} |
---|
| 41 | |
---|
| 42 | \begin{CompactList}\small\item\em function evaluates numerical value of \$f(x)\$ at \$x=cond\$ \item\end{CompactList}\item |
---|
| 43 | int {\bf \_\-dimy} () const \label{classfnc_a8891973d0ca48ce38e1886df45ca298} |
---|
| 44 | |
---|
| 45 | \begin{CompactList}\small\item\em access function \item\end{CompactList}\end{CompactItemize} |
---|
| 46 | \subsection*{Protected Attributes} |
---|
| 47 | \begin{CompactItemize} |
---|
| 48 | \item |
---|
| 49 | int \textbf{dimy}\label{classfnc_22d51d10a7901331167f64f80d1af8e9} |
---|
| 50 | |
---|
| 51 | \end{CompactItemize} |
---|
| 52 | |
---|
| 53 | |
---|
| 54 | \subsection{Detailed Description} |
---|
| 55 | Class representing function \$f(x) = Ax+B\$. |
---|
| 56 | |
---|
| 57 | The documentation for this class was generated from the following files:\begin{CompactItemize} |
---|
| 58 | \item |
---|
| 59 | work/mixpp/bdm/stat/libFN.h\item |
---|
| 60 | work/mixpp/bdm/stat/libFN.cpp\end{CompactItemize} |
---|