root/doc/html/classbdm_1_1fnc.html @ 270

Revision 270, 6.0 kB (checked in by smidl, 15 years ago)

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

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mixpp: bdm::fnc Class Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.6 -->
8<div class="navigation" id="top">
9  <div class="tabs">
10    <ul>
11      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
13      <li><a href="modules.html"><span>Modules</span></a></li>
14      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
15      <li class="current"><a href="classes.html"><span>Classes</span></a></li>
16      <li><a href="files.html"><span>Files</span></a></li>
17    </ul>
18  </div>
19  <div class="tabs">
20    <ul>
21      <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
22      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
23      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
24      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
25    </ul>
26  </div>
27  <div class="navpath"><a class="el" href="namespacebdm.html">bdm</a>::<a class="el" href="classbdm_1_1fnc.html">fnc</a>
28  </div>
29</div>
30<div class="contents">
31<h1>bdm::fnc Class Reference</h1><!-- doxytag: class="bdm::fnc" --><!-- doxytag: inherits="bdm::bdmroot" --><code>#include &lt;<a class="el" href="libBM_8h-source.html">libBM.h</a>&gt;</code>
32<p>
33<div class="dynheader">
34Inheritance diagram for bdm::fnc:</div>
35<div class="dynsection">
36<p><center><img src="classbdm_1_1fnc__inherit__graph.png" border="0" usemap="#bdm_1_1fnc__inherit__map" alt="Inheritance graph"></center>
37<map name="bdm_1_1fnc__inherit__map">
38<area shape="rect" href="classbdm_1_1constfn.html" title="class representing function , here rv is empty" alt="" coords="5,161,109,188"><area shape="rect" href="classbdm_1_1diffbifn.html" title="Class representing a differentiable function of two variables ." alt="" coords="133,161,232,188"><area shape="rect" href="classbdm_1_1linfn.html" title="Class representing function ." alt="" coords="256,161,339,188"><area shape="rect" href="classbdm_1_1bdmroot.html" title="Root class of BDM objects." alt="" coords="127,7,239,33"><area shape="rect" href="classbdm_1_1bilinfn.html" title="Class representing function ." alt="" coords="135,239,231,265"></map>
39<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
40
41<p>
42<a href="classbdm_1_1fnc-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
43Class representing function <img class="formulaInl" alt="$f(x)$" src="form_35.png"> of variable <img class="formulaInl" alt="$x$" src="form_28.png"> represented by <code>rv</code>. <table border="0" cellpadding="0" cellspacing="0">
44<tr><td></td></tr>
45<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
46<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="65e9fb11f6cc7884018d8f229bcabbb7"></a><!-- doxytag: member="bdm::fnc::fnc" ref="65e9fb11f6cc7884018d8f229bcabbb7" args="()" -->
47&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1fnc.html#65e9fb11f6cc7884018d8f229bcabbb7">fnc</a> ()</td></tr>
48
49<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">default constructor <br></td></tr>
50<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6277b11d7fffc7ef8a2fa3e84ae5bad4"></a><!-- doxytag: member="bdm::fnc::eval" ref="6277b11d7fffc7ef8a2fa3e84ae5bad4" args="(const vec &amp;cond)" -->
51virtual vec&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1fnc.html#6277b11d7fffc7ef8a2fa3e84ae5bad4">eval</a> (const vec &amp;cond)</td></tr>
52
53<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">function evaluates numerical value of <img class="formulaInl" alt="$f(x)$" src="form_35.png"> at <img class="formulaInl" alt="$x=$" src="form_37.png"> <code>cond</code> <br></td></tr>
54<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0786e40fade2663a70d654c1dda5d73e"></a><!-- doxytag: member="bdm::fnc::condition" ref="0786e40fade2663a70d654c1dda5d73e" args="(const vec &amp;val)" -->
55virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1fnc.html#0786e40fade2663a70d654c1dda5d73e">condition</a> (const vec &amp;val)</td></tr>
56
57<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">function substitutes given value into an appropriate position <br></td></tr>
58<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a2277a400fc9f4d6c0bf24dc7156183f"></a><!-- doxytag: member="bdm::fnc::_dimy" ref="a2277a400fc9f4d6c0bf24dc7156183f" args="() const " -->
59int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1fnc.html#a2277a400fc9f4d6c0bf24dc7156183f">_dimy</a> () const </td></tr>
60
61<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">access function <br></td></tr>
62<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
63<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="52156cb4a52a62d51fc7455985797a62"></a><!-- doxytag: member="bdm::fnc::dimy" ref="52156cb4a52a62d51fc7455985797a62" args="" -->
64int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1fnc.html#52156cb4a52a62d51fc7455985797a62">dimy</a></td></tr>
65
66<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Length of the output vector. <br></td></tr>
67</table>
68<hr>The documentation for this class was generated from the following file:<ul>
69<li><a class="el" href="libBM_8h-source.html">libBM.h</a></ul>
70</div>
71<hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 23:34:04 2009 for mixpp by&nbsp;
72<a href="http://www.doxygen.org/index.html">
73<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
74</body>
75</html>
Note: See TracBrowser for help on using the browser.