Show
Ignore:
Timestamp:
08/29/09 20:54:10 (15 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/classbdm_1_1fsqmat.html

    r538 r590  
    114114 
    115115<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor. <br></td></tr> 
    116 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8168a96449b2126dfc117c136fdf39d5"></a><!-- doxytag: member="bdm::fsqmat::fsqmat" ref="8168a96449b2126dfc117c136fdf39d5" args="(const fsqmat &amp;M, const ivec &amp;perm)" --> 
    117 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1fsqmat.html#8168a96449b2126dfc117c136fdf39d5">fsqmat</a> (const <a class="el" href="classbdm_1_1fsqmat.html">fsqmat</a> &amp;<a class="el" href="classbdm_1_1fsqmat.html#ae9e9d807cd320ec265df81022eb9f03">M</a>, const ivec &amp;perm)</td></tr> 
    118  
    119 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor. <br></td></tr> 
     116<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1fsqmat.html#8168a96449b2126dfc117c136fdf39d5">fsqmat</a> (const <a class="el" href="classbdm_1_1fsqmat.html">fsqmat</a> &amp;<a class="el" href="classbdm_1_1fsqmat.html#ae9e9d807cd320ec265df81022eb9f03">M</a>, const ivec &amp;perm)</td></tr> 
     117 
    120118<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6203529db9dab639f2c123aac9fb6a6c"></a><!-- doxytag: member="bdm::fsqmat::fsqmat" ref="6203529db9dab639f2c123aac9fb6a6c" args="(const vec &amp;d)" --> 
    121119&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1fsqmat.html#6203529db9dab639f2c123aac9fb6a6c">fsqmat</a> (const vec &amp;d)</td></tr> 
     
    172170 
    173171<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">multiply by a scalar <br></td></tr> 
     172<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="296faede93e2143abd3a4f1f7b4974c7"></a><!-- doxytag: member="bdm::fsqmat::operator mat &amp;" ref="296faede93e2143abd3a4f1f7b4974c7" args="()" --> 
     173&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1fsqmat.html#296faede93e2143abd3a4f1f7b4974c7">operator mat &amp;</a> ()</td></tr> 
     174 
     175<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">cast to normal mat <br></td></tr> 
    174176<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="445ef762cf5d2d6cfdf53c72942363cf"></a><!-- doxytag: member="bdm::fsqmat::cols" ref="445ef762cf5d2d6cfdf53c72942363cf" args="() const " --> 
    175177int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1sqmat.html#445ef762cf5d2d6cfdf53c72942363cf">cols</a> () const </td></tr> 
     
    198200Fake <a class="el" href="classbdm_1_1sqmat.html" title="Abstract class for representation of double symmetric matrices in square-root form...">sqmat</a>. This class maps <a class="el" href="classbdm_1_1sqmat.html" title="Abstract class for representation of double symmetric matrices in square-root form...">sqmat</a> operations to operations on full matrix.  
    199201<p> 
    200 This class can be used to compare performance of algorithms using decomposed matrices with perormance of the same algorithms using full matrices; <hr><h2>Member Function Documentation</h2> 
     202This class can be used to compare performance of algorithms using decomposed matrices with perormance of the same algorithms using full matrices; <hr><h2>Constructor &amp; Destructor Documentation</h2> 
     203<a class="anchor" name="8168a96449b2126dfc117c136fdf39d5"></a><!-- doxytag: member="bdm::fsqmat::fsqmat" ref="8168a96449b2126dfc117c136fdf39d5" args="(const fsqmat &amp;M, const ivec &amp;perm)" --> 
     204<div class="memitem"> 
     205<div class="memproto"> 
     206      <table class="memname"> 
     207        <tr> 
     208          <td class="memname">bdm::fsqmat::fsqmat           </td> 
     209          <td>(</td> 
     210          <td class="paramtype">const <a class="el" href="classbdm_1_1fsqmat.html">fsqmat</a> &amp;&nbsp;</td> 
     211          <td class="paramname"> <em>M</em>, </td> 
     212        </tr> 
     213        <tr> 
     214          <td class="paramkey"></td> 
     215          <td></td> 
     216          <td class="paramtype">const ivec &amp;&nbsp;</td> 
     217          <td class="paramname"> <em>perm</em></td><td>&nbsp;</td> 
     218        </tr> 
     219        <tr> 
     220          <td></td> 
     221          <td>)</td> 
     222          <td></td><td></td><td><code> [inline]</code></td> 
     223        </tr> 
     224      </table> 
     225</div> 
     226<div class="memdoc"> 
     227 
     228<p> 
     229Some templates require this constructor to compile, but it shouldn't actually be called.  
     230<p>References <a class="el" href="bdmerror_8h-source.html#l00051">bdm_error</a>.</p> 
     231 
     232</div> 
     233</div><p> 
     234<hr><h2>Member Function Documentation</h2> 
    201235<a class="anchor" name="d17495888ab35e09ebb9b4e789f586d5"></a><!-- doxytag: member="bdm::fsqmat::inv" ref="d17495888ab35e09ebb9b4e789f586d5" args="(fsqmat &amp;Inv) const " --> 
    202236<div class="memitem"> 
     
    224258</dl> 
    225259 
    226 <p>References <a class="el" href="square__mat_8h-source.html#l00122">M</a>.</p> 
    227  
    228 <p>Referenced by <a class="el" href="kalman_8h-source.html#l00487">bdm::EKF&lt; sq_T &gt;::bayes()</a>, and <a class="el" href="exp__family_8cpp-source.html#l00025">bdm::egiw::evallog_nn()</a>.</p> 
     260<p>References <a class="el" href="square__mat_8h-source.html#l00123">M</a>.</p> 
     261 
     262<p>Referenced by <a class="el" href="exp__family_8cpp-source.html#l00025">bdm::egiw::evallog_nn()</a>.</p> 
    229263 
    230264</div> 
     
    257291<p>Implements <a class="el" href="classbdm_1_1sqmat.html#742581db1f8ce9602ec1c3e6373e499c">bdm::sqmat</a>.</p> 
    258292 
    259 <p>References <a class="el" href="square__mat_8h-source.html#l00122">M</a>.</p> 
    260  
    261 <p>Referenced by <a class="el" href="kalman_8h-source.html#l00487">bdm::EKF&lt; sq_T &gt;::bayes()</a>.</p> 
     293<p>References <a class="el" href="square__mat_8h-source.html#l00123">M</a>.</p> 
    262294 
    263295</div> 
     
    290322<p>Implements <a class="el" href="classbdm_1_1sqmat.html#2db6f35ac14e6d1d905b4100e4c13743">bdm::sqmat</a>.</p> 
    291323 
    292 <p>References <a class="el" href="square__mat_8h-source.html#l00122">M</a>.</p> 
     324<p>References <a class="el" href="square__mat_8h-source.html#l00123">M</a>.</p> 
    293325 
    294326</div> 
     
    329361<p>Implements <a class="el" href="classbdm_1_1sqmat.html#cb3b3eef10b0c1f41ead717d3ad40ec5">bdm::sqmat</a>.</p> 
    330362 
    331 <p>References <a class="el" href="square__mat_8h-source.html#l00122">M</a>.</p> 
     363<p>References <a class="el" href="square__mat_8h-source.html#l00123">M</a>.</p> 
    332364 
    333365</div> 
     
    355387<p>Implements <a class="el" href="classbdm_1_1sqmat.html#608bfff59854833f1acfccdbd346832a">bdm::sqmat</a>.</p> 
    356388 
    357 <p>References <a class="el" href="square__mat_8h-source.html#l00122">M</a>.</p> 
     389<p>References <a class="el" href="square__mat_8h-source.html#l00123">M</a>.</p> 
    358390 
    359391</div> 
     
    362394<li><a class="el" href="square__mat_8h-source.html">square_mat.h</a><li>square_mat.cpp</ul> 
    363395</div> 
    364 <hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 16 17:58:19 2009 for mixpp by&nbsp; 
     396<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 29 20:49:46 2009 for mixpp by&nbsp; 
    365397<a href="http://www.doxygen.org/index.html"> 
    366398<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>