root/doc/latex/classlinfn.tex @ 224

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

doc

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