root/doc/latex/classlinfn.tex @ 30

Revision 30, 1.9 kB (checked in by smidl, 17 years ago)

compiles and runs successfully, except KF_QR

  • 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=40pt]{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 \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 
40virtual 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 
43int {\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 
49int \textbf{dimy}\label{classfnc_22d51d10a7901331167f64f80d1af8e9}
50
51\end{CompactItemize}
52
53
54\subsection{Detailed Description}
55Class representing function \$f(x) = Ax+B\$.
56
57The documentation for this class was generated from the following files:\begin{CompactItemize}
58\item 
59work/mixpp/bdm/stat/libFN.h\item 
60work/mixpp/bdm/stat/libFN.cpp\end{CompactItemize}
Note: See TracBrowser for help on using the browser.