Changeset 290 for doc/html/classIMpmsm.html
- Timestamp:
- 03/06/09 15:03:45 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/classIMpmsm.html
r287 r290 2 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 3 3 <title>mixpp: IMpmsm Class Reference</title> 4 <link href="tabs.css" rel="stylesheet" type="text/css"> 4 5 <link href="doxygen.css" rel="stylesheet" type="text/css"> 5 <link href="tabs.css" rel="stylesheet" type="text/css">6 6 </head><body> 7 <!-- Generated by Doxygen 1.5. 6-->7 <!-- Generated by Doxygen 1.5.8 --> 8 8 <script type="text/javascript"> 9 9 <!-- … … 53 53 <li><a href="pages.html"><span>Related Pages</span></a></li> 54 54 <li><a href="modules.html"><span>Modules</span></a></li> 55 <li class="current"><a href=" classes.html"><span>Classes</span></a></li>55 <li class="current"><a href="annotated.html"><span>Classes</span></a></li> 56 56 <li><a href="files.html"><span>Files</span></a></li> 57 57 </ul> … … 59 59 <div class="tabs"> 60 60 <ul> 61 <li><a href="classes.html"><span>Alphabetical List</span></a></li>62 61 <li><a href="annotated.html"><span>Class List</span></a></li> 62 <li><a href="classes.html"><span>Class Index</span></a></li> 63 63 <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> 64 64 <li><a href="functions.html"><span>Class Members</span></a></li> … … 70 70 <small> 71 71 [<a class="el" href="group__PMSM.html">PMSM</a>]</small> 72 </h1><!-- doxytag: class="IMpmsm" --><!-- doxytag: inherits="bdm::diffbifn" --><code>#include <<a class="el" href="pmsm_8h-source.html">pmsm.h</a>></code> 73 <p> 74 <div class="dynheader"> 75 Inheritance diagram for IMpmsm:</div> 76 <div class="dynsection"> 77 78 <p><center><img src="classIMpmsm.png" usemap="#IMpmsm_map" border="0" alt=""></center> 79 <map name="IMpmsm_map"> 80 <area href="classbdm_1_1diffbifn.html" alt="bdm::diffbifn" shape="rect" coords="0,112,86,136"> 81 <area href="classbdm_1_1fnc.html" alt="bdm::fnc" shape="rect" coords="0,56,86,80"> 82 <area href="classbdm_1_1bdmroot.html" alt="bdm::bdmroot" shape="rect" coords="0,0,86,24"> 83 <area href="classIMpmsmStat.html" alt="IMpmsmStat" shape="rect" coords="0,224,86,248"> 84 </map> 85 </div> 86 87 <p> 88 <a href="classIMpmsm-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> 89 State evolution model for a PMSM drive and its derivative with respect to <img class="formulaInl" alt="$x$" src="form_28.png">. <table border="0" cellpadding="0" cellspacing="0"> 72 </h1><!-- doxytag: class="IMpmsm" --><!-- doxytag: inherits="bdm::diffbifn" -->State evolution model for a PMSM drive and its derivative with respect to <img class="formulaInl" alt="$x$" src="form_28.png">. 73 <a href="#_details">More...</a> 74 <p> 75 <code>#include <<a class="el" href="pmsm_8h-source.html">pmsm.h</a>></code> 76 <p> 77 78 <p> 79 <a href="classIMpmsm-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> 90 80 <tr><td></td></tr> 91 81 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> … … 170 160 <tr><td class="mdescLeft"> </td><td class="mdescRight">Length of the output vector. <br></td></tr> 171 161 </table> 172 <hr><h2>Member Function Documentation</h2> 173 <a class="anchor" name="b4378b5d3bf64c683e4cf5c5f1cd56f1"></a><!-- doxytag: member="IMpmsm::dfdx_cond" ref="b4378b5d3bf64c683e4cf5c5f1cd56f1" args="(const vec &x0, const vec &u0, mat &A, bool full=true)" --> 162 <hr><a name="_details"></a><h2>Detailed Description</h2> 163 State evolution model for a PMSM drive and its derivative with respect to <img class="formulaInl" alt="$x$" src="form_28.png">. <hr><h2>Member Function Documentation</h2> 164 <a class="anchor" name="c3f8dad22ae9855c04a1d593b45c99b5"></a><!-- doxytag: member="IMpmsm::dfdu_cond" ref="c3f8dad22ae9855c04a1d593b45c99b5" args="(const vec &x0, const vec &u0, mat &A, bool full=true)" --> 174 165 <div class="memitem"> 175 166 <div class="memproto"> 176 167 <table class="memname"> 177 168 <tr> 178 <td class="memname">void IMpmsm::dfd x_cond </td>169 <td class="memname">void IMpmsm::dfdu_cond </td> 179 170 <td>(</td> 180 171 <td class="paramtype">const vec & </td> … … 209 200 210 201 <p> 211 Evaluates <img class="formulaInl" alt="$A=\frac{d}{d x}f(x,u)|_{x0,u0}$" src="form_84.png"> and writes result into <code>A</code> .202 Evaluates <img class="formulaInl" alt="$A=\frac{d}{du}f(x,u)|_{x0,u0}$" src="form_86.png"> and writes result into <code>A</code> . 212 203 <p> 213 204 <dl compact><dt><b>Parameters:</b></dt><dd> … … 220 211 </dl> 221 212 222 <p>Reimplemented from <a class="el" href="classbdm_1_1diffbifn.html#6 51184f808a35f236dbfea21aca1b6ac">bdm::diffbifn</a>.</p>223 224 <p>Reimplemented in <a class="el" href="classIMpmsmStat.html# 29a9c09fd328e89748d9be0801e84831">IMpmsmStat</a>.</p>213 <p>Reimplemented from <a class="el" href="classbdm_1_1diffbifn.html#6ea1dc7a482601b29c5ba36a52d20d07">bdm::diffbifn</a>.</p> 214 215 <p>Reimplemented in <a class="el" href="classIMpmsmStat.html#ff740ee20100ae2a2d03a2538638f8e8">IMpmsmStat</a>.</p> 225 216 226 217 </div> 227 218 </div><p> 228 <a class="anchor" name=" c3f8dad22ae9855c04a1d593b45c99b5"></a><!-- doxytag: member="IMpmsm::dfdu_cond" ref="c3f8dad22ae9855c04a1d593b45c99b5" args="(const vec &x0, const vec &u0, mat &A, bool full=true)" -->219 <a class="anchor" name="b4378b5d3bf64c683e4cf5c5f1cd56f1"></a><!-- doxytag: member="IMpmsm::dfdx_cond" ref="b4378b5d3bf64c683e4cf5c5f1cd56f1" args="(const vec &x0, const vec &u0, mat &A, bool full=true)" --> 229 220 <div class="memitem"> 230 221 <div class="memproto"> 231 222 <table class="memname"> 232 223 <tr> 233 <td class="memname">void IMpmsm::dfd u_cond </td>224 <td class="memname">void IMpmsm::dfdx_cond </td> 234 225 <td>(</td> 235 226 <td class="paramtype">const vec & </td> … … 264 255 265 256 <p> 266 Evaluates <img class="formulaInl" alt="$A=\frac{d}{d u}f(x,u)|_{x0,u0}$" src="form_86.png"> and writes result into <code>A</code> .257 Evaluates <img class="formulaInl" alt="$A=\frac{d}{dx}f(x,u)|_{x0,u0}$" src="form_84.png"> and writes result into <code>A</code> . 267 258 <p> 268 259 <dl compact><dt><b>Parameters:</b></dt><dd> … … 275 266 </dl> 276 267 277 <p>Reimplemented from <a class="el" href="classbdm_1_1diffbifn.html#6 ea1dc7a482601b29c5ba36a52d20d07">bdm::diffbifn</a>.</p>278 279 <p>Reimplemented in <a class="el" href="classIMpmsmStat.html# ff740ee20100ae2a2d03a2538638f8e8">IMpmsmStat</a>.</p>268 <p>Reimplemented from <a class="el" href="classbdm_1_1diffbifn.html#651184f808a35f236dbfea21aca1b6ac">bdm::diffbifn</a>.</p> 269 270 <p>Reimplemented in <a class="el" href="classIMpmsmStat.html#29a9c09fd328e89748d9be0801e84831">IMpmsmStat</a>.</p> 280 271 281 272 </div> … … 284 275 <li><a class="el" href="pmsm_8h-source.html">pmsm.h</a></ul> 285 276 </div> 286 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Mar 4 18:50:172009 for mixpp by 277 <hr size="1"><address style="text-align: right;"><small>Generated on Fri Mar 6 15:01:38 2009 for mixpp by 287 278 <a href="http://www.doxygen.org/index.html"> 288 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5. 6</small></address>279 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 289 280 </body> 290 281 </html>