[3] | 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: 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> |
---|
[91] | 7 | <!-- Generated by Doxygen 1.5.5 --> |
---|
| 8 | <div class="navigation" id="top"> |
---|
| 9 | <div class="tabs"> |
---|
| 10 | <ul> |
---|
| 11 | <li><a href="index.html"><span>Main Page</span></a></li> |
---|
| 12 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
| 13 | <li class="current"><a href="annotated.html"><span>Classes</span></a></li> |
---|
| 14 | <li><a href="files.html"><span>Files</span></a></li> |
---|
| 15 | </ul> |
---|
| 16 | </div> |
---|
| 17 | <div class="tabs"> |
---|
| 18 | <ul> |
---|
| 19 | <li><a href="annotated.html"><span>Class List</span></a></li> |
---|
| 20 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
---|
| 21 | <li><a href="functions.html"><span>Class Members</span></a></li> |
---|
| 22 | </ul> |
---|
| 23 | </div> |
---|
[3] | 24 | </div> |
---|
[91] | 25 | <div class="contents"> |
---|
| 26 | <h1>fnc Class Reference</h1><!-- doxytag: class="fnc" -->Class 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>. |
---|
[3] | 27 | <a href="#_details">More...</a> |
---|
| 28 | <p> |
---|
| 29 | <code>#include <<a class="el" href="libBM_8h-source.html">libBM.h</a>></code> |
---|
| 30 | <p> |
---|
[19] | 31 | <div class="dynheader"> |
---|
| 32 | Inheritance diagram for fnc:</div> |
---|
| 33 | <div class="dynsection"> |
---|
| 34 | <p><center><img src="classfnc__inherit__graph.png" border="0" usemap="#fnc__inherit__map" alt="Inheritance graph"></center> |
---|
[22] | 35 | <map name="fnc__inherit__map"> |
---|
[91] | 36 | <area shape="rect" href="classconstfn.html" title="class representing function , here rv is empty" alt="" coords="5,81,69,105"><area shape="rect" href="classdiffbifn.html" title="Class representing a differentiable function of two variables ." alt="" coords="93,81,152,105"><area shape="rect" href="classlinfn.html" title="Class representing function ." alt="" coords="176,81,221,105"><area shape="rect" href="classbilinfn.html" title="Class representing function ." alt="" coords="7,156,63,180"><area shape="rect" href="classIMpmsm.html" title="State evolution model for a PMSM drive and its derivative with respect to $x$." alt="" coords="87,156,159,180"><area shape="rect" href="classOMpmsm.html" title="Observation model for PMSM drive and its derivative with respect to $x$." alt="" coords="183,156,260,180"></map> |
---|
[19] | 37 | <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> |
---|
[3] | 38 | |
---|
| 39 | <p> |
---|
| 40 | <a href="classfnc-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
---|
| 41 | <tr><td></td></tr> |
---|
[22] | 42 | <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
---|
[79] | 43 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8a1da32233c3006a4239cf601c413538"></a><!-- doxytag: member="fnc::fnc" ref="8a1da32233c3006a4239cf601c413538" args="(int dy)" --> |
---|
| 44 | </td><td class="memItemRight" valign="bottom"><a class="el" href="classfnc.html#8a1da32233c3006a4239cf601c413538">fnc</a> (int dy)</td></tr> |
---|
| 45 | |
---|
| 46 | <tr><td class="mdescLeft"> </td><td class="mdescRight">default constructor <br></td></tr> |
---|
[22] | 47 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7fad2e6cb35909a165ec5a53def4a18c"></a><!-- doxytag: member="fnc::eval" ref="7fad2e6cb35909a165ec5a53def4a18c" args="(const vec &cond)" --> |
---|
| 48 | virtual vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classfnc.html#7fad2e6cb35909a165ec5a53def4a18c">eval</a> (const vec &cond)</td></tr> |
---|
| 49 | |
---|
[91] | 50 | <tr><td class="mdescLeft"> </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> |
---|
[22] | 51 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a8891973d0ca48ce38e1886df45ca298"></a><!-- doxytag: member="fnc::_dimy" ref="a8891973d0ca48ce38e1886df45ca298" args="() const " --> |
---|
| 52 | int </td><td class="memItemRight" valign="bottom"><a class="el" href="classfnc.html#a8891973d0ca48ce38e1886df45ca298">_dimy</a> () const </td></tr> |
---|
| 53 | |
---|
| 54 | <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> |
---|
[32] | 55 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="17164c202f6feee3d708b8caab6306ab"></a><!-- doxytag: member="fnc::~fnc" ref="17164c202f6feee3d708b8caab6306ab" args="()" --> |
---|
| 56 | virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classfnc.html#17164c202f6feee3d708b8caab6306ab">~fnc</a> ()</td></tr> |
---|
| 57 | |
---|
| 58 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor for future use;. <br></td></tr> |
---|
[28] | 59 | <tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr> |
---|
| 60 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="22d51d10a7901331167f64f80d1af8e9"></a><!-- doxytag: member="fnc::dimy" ref="22d51d10a7901331167f64f80d1af8e9" args="" --> |
---|
[33] | 61 | int </td><td class="memItemRight" valign="bottom"><a class="el" href="classfnc.html#22d51d10a7901331167f64f80d1af8e9">dimy</a></td></tr> |
---|
[28] | 62 | |
---|
[33] | 63 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Length of the output vector. <br></td></tr> |
---|
[3] | 64 | </table> |
---|
| 65 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
[91] | 66 | Class 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>. <hr>The documentation for this class was generated from the following file:<ul> |
---|
[19] | 67 | <li>work/mixpp/bdm/stat/<a class="el" href="libBM_8h-source.html">libBM.h</a></ul> |
---|
[91] | 68 | </div> |
---|
| 69 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Apr 29 20:46:47 2008 for mixpp by |
---|
[3] | 70 | <a href="http://www.doxygen.org/index.html"> |
---|
[91] | 71 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> |
---|
[3] | 72 | </body> |
---|
| 73 | </html> |
---|