Changeset 33 for doc/html/classbilinfn.html
- Timestamp:
- 03/05/08 16:01:56 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/classbilinfn.html
r32 r33 54 54 <tr><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br></td></tr> 55 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 56 </td><td class="memItemRight" valign="bottom"><a class="el" href="classbilinfn.html#c99f91d7752e131275b219df731868bd">bilinfn</a> (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="mdescLeft"> </td><td class="mdescRight">Alternative constructor. <br></td></tr> 58 59 <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 … … 80 81 <tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr> 81 82 <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 83 <a class="el" href="classRV.html">RV</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classdiffbifn.html#bcf96b86250c3cbd465ba5ee62474b75">rvx</a></td></tr> 84 85 <tr><td class="mdescLeft"> </td><td class="mdescRight">Indentifier of the first rv. <br></td></tr> 84 86 <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 <a class="el" href="classRV.html">RV</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classdiffbifn.html#c41c74c7942dba51ef0b0bfed963447d">rvu</a></td></tr> 88 89 <tr><td class="mdescLeft"> </td><td class="mdescRight">Indentifier of the second rv. <br></td></tr> 87 90 <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 91 int </td><td class="memItemRight" valign="bottom"><a class="el" href="classdiffbifn.html#f6918bc0a9dad656b4cddc028137eb78">dimx</a></td></tr> 92 93 <tr><td class="mdescLeft"> </td><td class="mdescRight">cache for rvx.count() <br></td></tr> 90 94 <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 95 int </td><td class="memItemRight" valign="bottom"><a class="el" href="classdiffbifn.html#2e07ce491e973f03d763e37624d0fe79">dimu</a></td></tr> 96 97 <tr><td class="mdescLeft"> </td><td class="mdescRight">cache for rvu.count() <br></td></tr> 93 98 <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 99 int </td><td class="memItemRight" valign="bottom"><a class="el" href="classfnc.html#22d51d10a7901331167f64f80d1af8e9">dimy</a></td></tr> 100 101 <tr><td class="mdescLeft"> </td><td class="mdescRight">Length of the output vector. <br></td></tr> 96 102 </table> 97 103 <hr><a name="_details"></a><h2>Detailed Description</h2> … … 140 146 <table border="0" cellspacing="2" cellpadding="0"> 141 147 <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> 148 <tr><td valign="top"></td><td valign="top"><em>x0</em> </td><td>numeric value of $x$, </td></tr> 149 <tr><td valign="top"></td><td valign="top"><em>u0</em> </td><td>numeric value of $u$ </td></tr> 150 <tr><td valign="top"></td><td valign="top"><em>A</em> </td><td>a place where the result will be stored. </td></tr> 142 151 </table> 143 152 </dl> … … 190 199 <table border="0" cellspacing="2" cellpadding="0"> 191 200 <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> 201 <tr><td valign="top"></td><td valign="top"><em>x0</em> </td><td>numeric value of $x$, </td></tr> 202 <tr><td valign="top"></td><td valign="top"><em>u0</em> </td><td>numeric value of $u$ </td></tr> 203 <tr><td valign="top"></td><td valign="top"><em>A</em> </td><td>a place where the result will be stored. </td></tr> 192 204 </table> 193 205 </dl> … … 199 211 <hr>The documentation for this class was generated from the following files:<ul> 200 212 <li>work/mixpp/bdm/stat/<a class="el" href="libFN_8h-source.html">libFN.h</a><li>work/mixpp/bdm/stat/libFN.cpp</ul> 201 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Feb 28 16:54:412008 for mixpp by 213 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Mar 5 15:40:03 2008 for mixpp by 202 214 <a href="http://www.doxygen.org/index.html"> 203 215 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>