Changeset 397 for library/doc/html/classbdm_1_1bilinfn.html
- Timestamp:
- 06/24/09 21:56:30 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/classbdm_1_1bilinfn.html
r396 r397 69 69 </div> 70 70 <div class="contents"> 71 <h1>bdm::bilinfn Class Reference</h1><!-- doxytag: class="bdm::bilinfn" --><!-- doxytag: inherits="bdm::diffbifn" -->Class representing function <img class="formulaInl" alt="$f(x,u) = Ax+Bu$" src="form_ 90.png">.71 <h1>bdm::bilinfn Class Reference</h1><!-- doxytag: class="bdm::bilinfn" --><!-- doxytag: inherits="bdm::diffbifn" -->Class representing function <img class="formulaInl" alt="$f(x,u) = Ax+Bu$" src="form_43.png">. 72 72 <a href="#_details">More...</a> 73 73 <p> 74 <<<<<<< HEAD:library/doc/html/classbdm_1_1bilinfn.html 74 75 <code>#include <<a class="el" href="functions_8h_source.html">functions.h</a>></code> 76 ======= 77 <code>#include <<a class="el" href="functions_8h-source.html">functions.h</a>></code> 78 >>>>>>> doc:library/doc/html/classbdm_1_1bilinfn.html 75 79 <p> 76 80 … … 82 86 vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1diffbifn.html#188f31066bd72e1bf0ddacd1eb0e6af3">eval</a> (const vec &cond)</td></tr> 83 87 84 <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates <img class="formulaInl" alt="$f(x0,u0)$" src="form_ 91.png"> (VS: Do we really need common eval? ). <br></td></tr>88 <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates <img class="formulaInl" alt="$f(x0,u0)$" src="form_44.png"> (VS: Do we really need common eval? ). <br></td></tr> 85 89 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1b3c8f5949f13d86d2661e191d4b369b"></a><!-- doxytag: member="bdm::bilinfn::_dimx" ref="1b3c8f5949f13d86d2661e191d4b369b" args="() const " --> 86 90 int </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1diffbifn.html#1b3c8f5949f13d86d2661e191d4b369b">_dimx</a> () const </td></tr> … … 130 134 vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1bilinfn.html#846c21e8e8d41555eb7c075f5ff86ffd">eval</a> (const vec &x0, const vec &u0)</td></tr> 131 135 132 <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates <img class="formulaInl" alt="$f(x0,u0)$" src="form_ 91.png">. <br></td></tr>136 <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates <img class="formulaInl" alt="$f(x0,u0)$" src="form_44.png">. <br></td></tr> 133 137 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1bilinfn.html#33066f1054dd259df2ec5fafae4b46e6">dfdx_cond</a> (const vec &x0, const vec &u0, mat &F, bool full)</td></tr> 134 138 135 <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates <img class="formulaInl" alt="$A=\frac{d}{dx}f(x,u)|_{x0,u0}$" src="form_ 92.png"> and writes result into <code>A</code> . <a href="#33066f1054dd259df2ec5fafae4b46e6"></a><br></td></tr>139 <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates <img class="formulaInl" alt="$A=\frac{d}{dx}f(x,u)|_{x0,u0}$" src="form_45.png"> and writes result into <code>A</code> . <a href="#33066f1054dd259df2ec5fafae4b46e6"></a><br></td></tr> 136 140 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1bilinfn.html#9cfe2f1c115ba7c3c75849a10a4f2c08">dfdu_cond</a> (const vec &x0, const vec &u0, mat &F, bool full=true)</td></tr> 137 141 138 <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates <img class="formulaInl" alt="$A=\frac{d}{du}f(x,u)|_{x0,u0}$" src="form_ 94.png"> and writes result into <code>A</code> . <a href="#9cfe2f1c115ba7c3c75849a10a4f2c08"></a><br></td></tr>142 <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates <img class="formulaInl" alt="$A=\frac{d}{du}f(x,u)|_{x0,u0}$" src="form_47.png"> and writes result into <code>A</code> . <a href="#9cfe2f1c115ba7c3c75849a10a4f2c08"></a><br></td></tr> 139 143 <tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr> 140 144 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5f56547d8e9378b669d3cc19d7831cbb"></a><!-- doxytag: member="bdm::bilinfn::rvx" ref="5f56547d8e9378b669d3cc19d7831cbb" args="" --> … … 160 164 </table> 161 165 <hr><a name="_details"></a><h2>Detailed Description</h2> 162 Class representing function <img class="formulaInl" alt="$f(x,u) = Ax+Bu$" src="form_ 90.png">. <hr><h2>Member Function Documentation</h2>166 Class representing function <img class="formulaInl" alt="$f(x,u) = Ax+Bu$" src="form_43.png">. <hr><h2>Member Function Documentation</h2> 163 167 <a class="anchor" name="9cfe2f1c115ba7c3c75849a10a4f2c08"></a><!-- doxytag: member="bdm::bilinfn::dfdu_cond" ref="9cfe2f1c115ba7c3c75849a10a4f2c08" args="(const vec &x0, const vec &u0, mat &F, bool full=true)" --> 164 168 <div class="memitem"> … … 199 203 200 204 <p> 201 Evaluates <img class="formulaInl" alt="$A=\frac{d}{du}f(x,u)|_{x0,u0}$" src="form_ 94.png"> and writes result into <code>A</code> .205 Evaluates <img class="formulaInl" alt="$A=\frac{d}{du}f(x,u)|_{x0,u0}$" src="form_47.png"> and writes result into <code>A</code> . 202 206 <p> 203 207 <dl compact><dt><b>Parameters:</b></dt><dd> 204 208 <table border="0" cellspacing="2" cellpadding="0"> 205 209 <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> 206 <tr><td valign="top"></td><td valign="top"><em>x0</em> </td><td>numeric value of <img class="formulaInl" alt="$x$" src="form_ 28.png">, </td></tr>207 <tr><td valign="top"></td><td valign="top"><em>u0</em> </td><td>numeric value of <img class="formulaInl" alt="$u$" src="form_ 93.png"> </td></tr>210 <tr><td valign="top"></td><td valign="top"><em>x0</em> </td><td>numeric value of <img class="formulaInl" alt="$x$" src="form_1.png">, </td></tr> 211 <tr><td valign="top"></td><td valign="top"><em>u0</em> </td><td>numeric value of <img class="formulaInl" alt="$u$" src="form_46.png"> </td></tr> 208 212 <tr><td valign="top"></td><td valign="top"><em>A</em> </td><td>a place where the result will be stored. </td></tr> 209 213 </table> … … 252 256 253 257 <p> 254 Evaluates <img class="formulaInl" alt="$A=\frac{d}{dx}f(x,u)|_{x0,u0}$" src="form_ 92.png"> and writes result into <code>A</code> .258 Evaluates <img class="formulaInl" alt="$A=\frac{d}{dx}f(x,u)|_{x0,u0}$" src="form_45.png"> and writes result into <code>A</code> . 255 259 <p> 256 260 <dl compact><dt><b>Parameters:</b></dt><dd> 257 261 <table border="0" cellspacing="2" cellpadding="0"> 258 262 <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> 259 <tr><td valign="top"></td><td valign="top"><em>x0</em> </td><td>numeric value of <img class="formulaInl" alt="$x$" src="form_ 28.png">, </td></tr>260 <tr><td valign="top"></td><td valign="top"><em>u0</em> </td><td>numeric value of <img class="formulaInl" alt="$u$" src="form_ 93.png"> </td></tr>263 <tr><td valign="top"></td><td valign="top"><em>x0</em> </td><td>numeric value of <img class="formulaInl" alt="$x$" src="form_1.png">, </td></tr> 264 <tr><td valign="top"></td><td valign="top"><em>u0</em> </td><td>numeric value of <img class="formulaInl" alt="$u$" src="form_46.png"> </td></tr> 261 265 <tr><td valign="top"></td><td valign="top"><em>A</em> </td><td>a place where the result will be stored. </td></tr> 262 266 </table> … … 268 272 </div><p> 269 273 <hr>The documentation for this class was generated from the following file:<ul> 274 <<<<<<< HEAD:library/doc/html/classbdm_1_1bilinfn.html 270 275 <li><a class="el" href="functions_8h_source.html">functions.h</a></ul> 271 276 </div> 272 277 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 24 13:35:51 2009 for mixpp by 278 ======= 279 <li><a class="el" href="functions_8h-source.html">functions.h</a></ul> 280 </div> 281 <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 23 19:52:53 2009 for mixpp by 282 >>>>>>> doc:library/doc/html/classbdm_1_1bilinfn.html 273 283 <a href="http://www.doxygen.org/index.html"> 274 284 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>