[23] | 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: bilinfn 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.3 --> |
---|
| 8 | <div class="tabs"> |
---|
| 9 | <ul> |
---|
| 10 | <li><a href="index.html"><span>Main Page</span></a></li> |
---|
| 11 | <li class="current"><a href="annotated.html"><span>Classes</span></a></li> |
---|
| 12 | <li><a href="files.html"><span>Files</span></a></li> |
---|
[28] | 13 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
[23] | 14 | </ul> |
---|
| 15 | </div> |
---|
| 16 | <div class="tabs"> |
---|
| 17 | <ul> |
---|
| 18 | <li><a href="annotated.html"><span>Class List</span></a></li> |
---|
| 19 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
---|
| 20 | <li><a href="functions.html"><span>Class Members</span></a></li> |
---|
| 21 | </ul> |
---|
| 22 | </div> |
---|
| 23 | <h1>bilinfn Class Reference</h1><!-- doxytag: class="bilinfn" --><!-- doxytag: inherits="diffbifn" -->Class representing function $f(x,u) = Ax+Bu$. |
---|
| 24 | <a href="#_details">More...</a> |
---|
| 25 | <p> |
---|
| 26 | <code>#include <<a class="el" href="libFN_8h-source.html">libFN.h</a>></code> |
---|
| 27 | <p> |
---|
| 28 | <div class="dynheader"> |
---|
| 29 | Inheritance diagram for bilinfn:</div> |
---|
| 30 | <div class="dynsection"> |
---|
| 31 | <p><center><img src="classbilinfn__inherit__graph.png" border="0" usemap="#bilinfn__inherit__map" alt="Inheritance graph"></center> |
---|
| 32 | <map name="bilinfn__inherit__map"> |
---|
| 33 | <area shape="rect" href="classdiffbifn.html" title="Class representing a differentiable function of two variables $f(x,u)$." alt="" coords="5,84,72,111"><area shape="rect" href="classfnc.html" title="Class representing function $f(x)$ of variable $x$ represented by rv." alt="" coords="19,7,59,33"></map> |
---|
| 34 | <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> |
---|
| 35 | <div class="dynheader"> |
---|
| 36 | Collaboration diagram for bilinfn:</div> |
---|
| 37 | <div class="dynsection"> |
---|
| 38 | <p><center><img src="classbilinfn__coll__graph.png" border="0" usemap="#bilinfn__coll__map" alt="Collaboration graph"></center> |
---|
| 39 | <map name="bilinfn__coll__map"> |
---|
| 40 | <area shape="rect" href="classdiffbifn.html" title="Class representing a differentiable function of two variables $f(x,u)$." alt="" coords="23,119,89,145"><area shape="rect" href="classfnc.html" title="Class representing function $f(x)$ of variable $x$ represented by rv." alt="" coords="5,7,45,33"><area shape="rect" href="classRV.html" title="Class representing variables, most often random variables." alt="" coords="69,7,107,33"><area shape="rect" title="rvu\nrvx" alt="" coords="80,31,88,39"><area shape="rect" title="rvu\nrvx" alt="" coords="56,115,64,123"></map> |
---|
| 41 | <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> |
---|
| 42 | |
---|
| 43 | <p> |
---|
| 44 | <a href="classbilinfn-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
---|
| 45 | <tr><td></td></tr> |
---|
| 46 | <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
---|
| 47 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e36a16e72e7f9fedf3cb18d2d5505a24"></a><!-- doxytag: member="bilinfn::eval" ref="e36a16e72e7f9fedf3cb18d2d5505a24" args="(const vec &x0, const vec &u0)" --> |
---|
| 48 | vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classbilinfn.html#e36a16e72e7f9fedf3cb18d2d5505a24">eval</a> (const vec &x0, const vec &u0)</td></tr> |
---|
| 49 | |
---|
| 50 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates $f(x0,u0)$. <br></td></tr> |
---|
| 51 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="af9f36282730d910a41b95f4d1fb8221"></a><!-- doxytag: member="bilinfn::bilinfn" ref="af9f36282730d910a41b95f4d1fb8221" args="(const RV &rvx0, const RV &rvu0)" --> |
---|
| 52 | </td><td class="memItemRight" valign="bottom"><a class="el" href="classbilinfn.html#af9f36282730d910a41b95f4d1fb8221">bilinfn</a> (const <a class="el" href="classRV.html">RV</a> &rvx0, const <a class="el" href="classRV.html">RV</a> &rvu0)</td></tr> |
---|
| 53 | |
---|
| 54 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br></td></tr> |
---|
| 55 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c99f91d7752e131275b219df731868bd"></a><!-- doxytag: member="bilinfn::bilinfn" ref="c99f91d7752e131275b219df731868bd" args="(const RV &rvx0, const RV &rvu0, const mat &A0, const mat &B0)" --> |
---|
| 56 | </td><td class="memItemRight" valign="bottom"><b>bilinfn</b> (const <a class="el" href="classRV.html">RV</a> &rvx0, const <a class="el" href="classRV.html">RV</a> &rvu0, const mat &A0, const mat &B0)</td></tr> |
---|
| 57 | |
---|
| 58 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbilinfn.html#79c022de8dbe2b054bb9cc49345f3ef5">dfdx_cond</a> (const vec &x0, const vec &u0, mat &F, bool full)</td></tr> |
---|
| 59 | |
---|
| 60 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates <img class="formulaInl" alt="$A=\frac{d}{dx}f(x,u)|_{x0,u0}$" src="form_1.png"> and writes result into <code>A</code> . <a href="#79c022de8dbe2b054bb9cc49345f3ef5"></a><br></td></tr> |
---|
| 61 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbilinfn.html#90f2b15612b14883d6ed2b0e295cb82b">dfdu_cond</a> (const vec &x0, const vec &u0, mat &F, bool full=true)</td></tr> |
---|
| 62 | |
---|
| 63 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates <img class="formulaInl" alt="$A=\frac{d}{du}f(x,u)|_{x0,u0}$" src="form_2.png"> and writes result into <code>A</code> . <a href="#90f2b15612b14883d6ed2b0e295cb82b"></a><br></td></tr> |
---|
[28] | 64 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ad7673e16aa1a046b131b24c731c4632"></a><!-- doxytag: member="bilinfn::eval" ref="ad7673e16aa1a046b131b24c731c4632" args="(const vec &cond)" --> |
---|
| 65 | vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classdiffbifn.html#ad7673e16aa1a046b131b24c731c4632">eval</a> (const vec &cond)</td></tr> |
---|
| 66 | |
---|
| 67 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates $f(x0,u0)$ (VS: Do we really need common eval? ). <br></td></tr> |
---|
| 68 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="436de7a7301ea9eac7d6081b893bbf57"></a><!-- doxytag: member="bilinfn::_dimx" ref="436de7a7301ea9eac7d6081b893bbf57" args="() const " --> |
---|
| 69 | int </td><td class="memItemRight" valign="bottom"><a class="el" href="classdiffbifn.html#436de7a7301ea9eac7d6081b893bbf57">_dimx</a> () const </td></tr> |
---|
| 70 | |
---|
| 71 | <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> |
---|
| 72 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fc8779acbff170611aff0ee70cee3879"></a><!-- doxytag: member="bilinfn::_dimu" ref="fc8779acbff170611aff0ee70cee3879" args="() const " --> |
---|
| 73 | int </td><td class="memItemRight" valign="bottom"><a class="el" href="classdiffbifn.html#fc8779acbff170611aff0ee70cee3879">_dimu</a> () const </td></tr> |
---|
| 74 | |
---|
| 75 | <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> |
---|
| 76 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a8891973d0ca48ce38e1886df45ca298"></a><!-- doxytag: member="bilinfn::_dimy" ref="a8891973d0ca48ce38e1886df45ca298" args="() const " --> |
---|
| 77 | int </td><td class="memItemRight" valign="bottom"><a class="el" href="classfnc.html#a8891973d0ca48ce38e1886df45ca298">_dimy</a> () const </td></tr> |
---|
| 78 | |
---|
| 79 | <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> |
---|
| 80 | <tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr> |
---|
| 81 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="bcf96b86250c3cbd465ba5ee62474b75"></a><!-- doxytag: member="bilinfn::rvx" ref="bcf96b86250c3cbd465ba5ee62474b75" args="" --> |
---|
| 82 | <a class="el" href="classRV.html">RV</a> </td><td class="memItemRight" valign="bottom"><b>rvx</b></td></tr> |
---|
| 83 | |
---|
| 84 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c41c74c7942dba51ef0b0bfed963447d"></a><!-- doxytag: member="bilinfn::rvu" ref="c41c74c7942dba51ef0b0bfed963447d" args="" --> |
---|
| 85 | <a class="el" href="classRV.html">RV</a> </td><td class="memItemRight" valign="bottom"><b>rvu</b></td></tr> |
---|
| 86 | |
---|
| 87 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f6918bc0a9dad656b4cddc028137eb78"></a><!-- doxytag: member="bilinfn::dimx" ref="f6918bc0a9dad656b4cddc028137eb78" args="" --> |
---|
| 88 | int </td><td class="memItemRight" valign="bottom"><b>dimx</b></td></tr> |
---|
| 89 | |
---|
| 90 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2e07ce491e973f03d763e37624d0fe79"></a><!-- doxytag: member="bilinfn::dimu" ref="2e07ce491e973f03d763e37624d0fe79" args="" --> |
---|
| 91 | int </td><td class="memItemRight" valign="bottom"><b>dimu</b></td></tr> |
---|
| 92 | |
---|
| 93 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="22d51d10a7901331167f64f80d1af8e9"></a><!-- doxytag: member="bilinfn::dimy" ref="22d51d10a7901331167f64f80d1af8e9" args="" --> |
---|
| 94 | int </td><td class="memItemRight" valign="bottom"><b>dimy</b></td></tr> |
---|
| 95 | |
---|
[23] | 96 | </table> |
---|
| 97 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
| 98 | Class representing function $f(x,u) = Ax+Bu$. <hr><h2>Member Function Documentation</h2> |
---|
| 99 | <a class="anchor" name="79c022de8dbe2b054bb9cc49345f3ef5"></a><!-- doxytag: member="bilinfn::dfdx_cond" ref="79c022de8dbe2b054bb9cc49345f3ef5" args="(const vec &x0, const vec &u0, mat &F, bool full)" --> |
---|
| 100 | <div class="memitem"> |
---|
| 101 | <div class="memproto"> |
---|
| 102 | <table class="memname"> |
---|
| 103 | <tr> |
---|
| 104 | <td class="memname">void bilinfn::dfdx_cond </td> |
---|
| 105 | <td>(</td> |
---|
| 106 | <td class="paramtype">const vec & </td> |
---|
| 107 | <td class="paramname"> <em>x0</em>, </td> |
---|
| 108 | </tr> |
---|
| 109 | <tr> |
---|
| 110 | <td class="paramkey"></td> |
---|
| 111 | <td></td> |
---|
| 112 | <td class="paramtype">const vec & </td> |
---|
| 113 | <td class="paramname"> <em>u0</em>, </td> |
---|
| 114 | </tr> |
---|
| 115 | <tr> |
---|
| 116 | <td class="paramkey"></td> |
---|
| 117 | <td></td> |
---|
| 118 | <td class="paramtype">mat & </td> |
---|
| 119 | <td class="paramname"> <em>A</em>, </td> |
---|
| 120 | </tr> |
---|
| 121 | <tr> |
---|
| 122 | <td class="paramkey"></td> |
---|
| 123 | <td></td> |
---|
| 124 | <td class="paramtype">bool </td> |
---|
| 125 | <td class="paramname"> <em>full</em></td><td> </td> |
---|
| 126 | </tr> |
---|
| 127 | <tr> |
---|
| 128 | <td></td> |
---|
| 129 | <td>)</td> |
---|
| 130 | <td></td><td></td><td width="100%"><code> [inline, virtual]</code></td> |
---|
| 131 | </tr> |
---|
| 132 | </table> |
---|
| 133 | </div> |
---|
| 134 | <div class="memdoc"> |
---|
| 135 | |
---|
| 136 | <p> |
---|
| 137 | Evaluates <img class="formulaInl" alt="$A=\frac{d}{dx}f(x,u)|_{x0,u0}$" src="form_1.png"> and writes result into <code>A</code> . |
---|
| 138 | <p> |
---|
| 139 | <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
| 140 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
| 141 | <tr><td valign="top"></td><td valign="top"><em>full</em> </td><td>denotes that even unchanged entries are to be rewritten. When, false only the changed elements are computed. </td></tr> |
---|
| 142 | </table> |
---|
| 143 | </dl> |
---|
| 144 | |
---|
| 145 | <p>Reimplemented from <a class="el" href="classdiffbifn.html#6d217a02d4fa13931258d4bebdd0feb4">diffbifn</a>.</p> |
---|
| 146 | |
---|
| 147 | </div> |
---|
| 148 | </div><p> |
---|
| 149 | <a class="anchor" name="90f2b15612b14883d6ed2b0e295cb82b"></a><!-- doxytag: member="bilinfn::dfdu_cond" ref="90f2b15612b14883d6ed2b0e295cb82b" args="(const vec &x0, const vec &u0, mat &F, bool full=true)" --> |
---|
| 150 | <div class="memitem"> |
---|
| 151 | <div class="memproto"> |
---|
| 152 | <table class="memname"> |
---|
| 153 | <tr> |
---|
| 154 | <td class="memname">void bilinfn::dfdu_cond </td> |
---|
| 155 | <td>(</td> |
---|
| 156 | <td class="paramtype">const vec & </td> |
---|
| 157 | <td class="paramname"> <em>x0</em>, </td> |
---|
| 158 | </tr> |
---|
| 159 | <tr> |
---|
| 160 | <td class="paramkey"></td> |
---|
| 161 | <td></td> |
---|
| 162 | <td class="paramtype">const vec & </td> |
---|
| 163 | <td class="paramname"> <em>u0</em>, </td> |
---|
| 164 | </tr> |
---|
| 165 | <tr> |
---|
| 166 | <td class="paramkey"></td> |
---|
| 167 | <td></td> |
---|
| 168 | <td class="paramtype">mat & </td> |
---|
| 169 | <td class="paramname"> <em>A</em>, </td> |
---|
| 170 | </tr> |
---|
| 171 | <tr> |
---|
| 172 | <td class="paramkey"></td> |
---|
| 173 | <td></td> |
---|
| 174 | <td class="paramtype">bool </td> |
---|
| 175 | <td class="paramname"> <em>full</em> = <code>true</code></td><td> </td> |
---|
| 176 | </tr> |
---|
| 177 | <tr> |
---|
| 178 | <td></td> |
---|
| 179 | <td>)</td> |
---|
| 180 | <td></td><td></td><td width="100%"><code> [inline, virtual]</code></td> |
---|
| 181 | </tr> |
---|
| 182 | </table> |
---|
| 183 | </div> |
---|
| 184 | <div class="memdoc"> |
---|
| 185 | |
---|
| 186 | <p> |
---|
| 187 | Evaluates <img class="formulaInl" alt="$A=\frac{d}{du}f(x,u)|_{x0,u0}$" src="form_2.png"> and writes result into <code>A</code> . |
---|
| 188 | <p> |
---|
| 189 | <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
| 190 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
| 191 | <tr><td valign="top"></td><td valign="top"><em>full</em> </td><td>denotes that even unchanged entries are to be rewritten. When, false only the changed elements are computed. </td></tr> |
---|
| 192 | </table> |
---|
| 193 | </dl> |
---|
| 194 | |
---|
| 195 | <p>Reimplemented from <a class="el" href="classdiffbifn.html#1978bafd7909d15c139a08c495c24aa0">diffbifn</a>.</p> |
---|
| 196 | |
---|
| 197 | </div> |
---|
| 198 | </div><p> |
---|
| 199 | <hr>The documentation for this class was generated from the following files:<ul> |
---|
| 200 | <li>work/mixpp/bdm/stat/<a class="el" href="libFN_8h-source.html">libFN.h</a><li>work/mixpp/bdm/stat/libFN.cpp</ul> |
---|
[32] | 201 | <hr size="1"><address style="text-align: right;"><small>Generated on Thu Feb 28 16:54:41 2008 for mixpp by |
---|
[23] | 202 | <a href="http://www.doxygen.org/index.html"> |
---|
| 203 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> |
---|
| 204 | </body> |
---|
| 205 | </html> |
---|