Show
Ignore:
Timestamp:
02/16/09 10:02:08 (16 years ago)
Author:
smidl
Message:

Changes in the very root classes!
* rv and rvc are no longer compulsory,
* samplecond does not return ll
* BM has drv

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/latex/classbdm_1_1diffbifn.tex

    r261 r270  
    33\label{classbdm_1_1diffbifn}\index{bdm::diffbifn@{bdm::diffbifn}} 
    44} 
    5 Class representing a differentiable function of two variables $f(x,u)$.   
    6  
    7  
    85{\tt \#include $<$libFN.h$>$} 
    96 
     
    1512\end{center} 
    1613\end{figure} 
    17 Collaboration diagram for bdm::diffbifn:\nopagebreak 
    18 \begin{figure}[H] 
    19 \begin{center} 
    20 \leavevmode 
    21 \includegraphics[width=88pt]{classbdm_1_1diffbifn__coll__graph} 
    22 \end{center} 
    23 \end{figure} 
    24 \subsection*{Public Member Functions} 
     14 
     15 
     16\subsection{Detailed Description} 
     17Class representing a differentiable function of two variables $f(x,u)$.  
     18 
     19Function of two variables. 
     20 
     21TODO: 1) Technically, it could have a common parent (e.g. {\tt \hyperlink{classbdm_1_1fnc}{fnc}} ) with other functions. For now, we keep it as it is. 2) It could be generalized into multivariate form, (which was original meaning of {\tt \hyperlink{classbdm_1_1fnc}{fnc}} ). \subsection*{Public Member Functions} 
    2522\begin{CompactItemize} 
    2623\item  
     
    3936virtual void \hyperlink{classbdm_1_1diffbifn_6ea1dc7a482601b29c5ba36a52d20d07}{dfdu\_\-cond} (const vec \&x0, const vec \&u0, mat \&A, bool full=true) 
    4037\begin{CompactList}\small\item\em Evaluates $A=\frac{d}{du}f(x,u)|_{x0,u0}$ and writes result into {\tt A} . \item\end{CompactList}\item  
    41 \hypertarget{classbdm_1_1diffbifn_6ecfa9bf42b2421bd56c260a8b2c51e1}{ 
    42 \hyperlink{classbdm_1_1diffbifn_6ecfa9bf42b2421bd56c260a8b2c51e1}{diffbifn} (int \hyperlink{classbdm_1_1fnc_52156cb4a52a62d51fc7455985797a62}{dimy}, const \hyperlink{classbdm_1_1RV}{RV} rvx0, const \hyperlink{classbdm_1_1RV}{RV} rvu0)} 
    43 \label{classbdm_1_1diffbifn_6ecfa9bf42b2421bd56c260a8b2c51e1} 
     38\hypertarget{classbdm_1_1diffbifn_92ff29d748e445b440453a38d0b09681}{ 
     39\hyperlink{classbdm_1_1diffbifn_92ff29d748e445b440453a38d0b09681}{diffbifn} ()} 
     40\label{classbdm_1_1diffbifn_92ff29d748e445b440453a38d0b09681} 
    4441 
    4542\begin{CompactList}\small\item\em Default constructor (dimy is not set!). \item\end{CompactList}\item  
     
    9491 
    9592 
    96 \subsection{Detailed Description} 
    97 Class representing a differentiable function of two variables $f(x,u)$.  
    98  
    99 Function of two variables. 
    100  
    101 TODO: 1) Technically, it could have a common parent (e.g. {\tt \hyperlink{classbdm_1_1fnc}{fnc}} ) with other functions. For now, we keep it as it is. 2) It could be generalized into multivariate form, (which was original meaning of {\tt \hyperlink{classbdm_1_1fnc}{fnc}} ).  
    102  
    10393\subsection{Member Function Documentation} 
    10494\hypertarget{classbdm_1_1diffbifn_651184f808a35f236dbfea21aca1b6ac}{