Show
Ignore:
Timestamp:
06/07/10 17:25:57 (14 years ago)
Author:
smidl
Message:

doc

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/doc/local/001wrappers.dox

    r1044 r1054  
    11/*! 
    2 \page bdt_wrappers Elementary functions operating on descriptive matlab structures 
     2\page bdt_wrappers Use Case #2: Matlab wrappers for BDM functions 
    33 
    44A wrapper is a mex file that does the following: 
     
    88  
    99The use of these functions is inefficient, however, it is very usefull for: 
    10  - operations on parts of the experiment configurations for scenarios, see example in \ref some_ref 
     10 - operations on parts of the experiment configurations for scenarios, see ... 
    1111 - insight into the results, e.g. mean values of non-standard densities  
    1212 - algorithms written in Matlab using these functions can be trivially re-written into C++ 
    13   
    1413  
    1514General notation of wrappers is: <b> \<class\>_\<function\>.m </b> 
     
    6665 
    6766The follwing wrappers are provided: 
    68  - \b epdf_mean returning mean value of any epdf function in \ref annotated_epdf. 
     67 - \b epdf_mean returning mean value of any epdf function in <a href="annotated_bdm_epdf.html"> list </a>. 
    6968 \code  
    7069 >> G.class='egamma'; 
     
    7776    0.7500  
    7877 \endcode 
    79  - \b epdf_variance returning variance of any epdf function in \ref annotated_epdf. 
     78 - \b epdf_variance returning variance of any epdf function in <a href="annotated_bdm_epdf.html"> list </a>.. 
    8079 \code 
    8180 >> epdf_variance(G) 
     
    103102\endcode 
    104103 
    105 For up-to-date list of wrappers see files in \ref files.html 
     104For up-to-date list of wrappers see files in <a href="files.html"> files.html</a> 
    106105  
    107106 \section bdt_wrp_off Wrappers of offsprings