Changeset 590 for library/doc/html/classbdm_1_1fsqmat.html
- Timestamp:
- 08/29/09 20:54:10 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/classbdm_1_1fsqmat.html
r538 r590 114 114 115 115 <tr><td class="mdescLeft"> </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 &M, const ivec &perm)" --> 117 </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> &<a class="el" href="classbdm_1_1fsqmat.html#ae9e9d807cd320ec265df81022eb9f03">M</a>, const ivec &perm)</td></tr> 118 119 <tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <br></td></tr> 116 <tr><td class="memItemLeft" nowrap align="right" valign="top"> </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> &<a class="el" href="classbdm_1_1fsqmat.html#ae9e9d807cd320ec265df81022eb9f03">M</a>, const ivec &perm)</td></tr> 117 120 118 <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 &d)" --> 121 119 </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1fsqmat.html#6203529db9dab639f2c123aac9fb6a6c">fsqmat</a> (const vec &d)</td></tr> … … 172 170 173 171 <tr><td class="mdescLeft"> </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 &" ref="296faede93e2143abd3a4f1f7b4974c7" args="()" --> 173 </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1fsqmat.html#296faede93e2143abd3a4f1f7b4974c7">operator mat &</a> ()</td></tr> 174 175 <tr><td class="mdescLeft"> </td><td class="mdescRight">cast to normal mat <br></td></tr> 174 176 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="445ef762cf5d2d6cfdf53c72942363cf"></a><!-- doxytag: member="bdm::fsqmat::cols" ref="445ef762cf5d2d6cfdf53c72942363cf" args="() const " --> 175 177 int </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1sqmat.html#445ef762cf5d2d6cfdf53c72942363cf">cols</a> () const </td></tr> … … 198 200 Fake <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. 199 201 <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> 202 This class can be used to compare performance of algorithms using decomposed matrices with perormance of the same algorithms using full matrices; <hr><h2>Constructor & Destructor Documentation</h2> 203 <a class="anchor" name="8168a96449b2126dfc117c136fdf39d5"></a><!-- doxytag: member="bdm::fsqmat::fsqmat" ref="8168a96449b2126dfc117c136fdf39d5" args="(const fsqmat &M, const ivec &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> & </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 & </td> 217 <td class="paramname"> <em>perm</em></td><td> </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> 229 Some 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> 201 235 <a class="anchor" name="d17495888ab35e09ebb9b4e789f586d5"></a><!-- doxytag: member="bdm::fsqmat::inv" ref="d17495888ab35e09ebb9b4e789f586d5" args="(fsqmat &Inv) const " --> 202 236 <div class="memitem"> … … 224 258 </dl> 225 259 226 <p>References <a class="el" href="square__mat_8h-source.html#l0012 2">M</a>.</p>227 228 <p>Referenced by <a class="el" href=" kalman_8h-source.html#l00487">bdm::EKF< sq_T >::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> 229 263 230 264 </div> … … 257 291 <p>Implements <a class="el" href="classbdm_1_1sqmat.html#742581db1f8ce9602ec1c3e6373e499c">bdm::sqmat</a>.</p> 258 292 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< sq_T >::bayes()</a>.</p> 293 <p>References <a class="el" href="square__mat_8h-source.html#l00123">M</a>.</p> 262 294 263 295 </div> … … 290 322 <p>Implements <a class="el" href="classbdm_1_1sqmat.html#2db6f35ac14e6d1d905b4100e4c13743">bdm::sqmat</a>.</p> 291 323 292 <p>References <a class="el" href="square__mat_8h-source.html#l0012 2">M</a>.</p>324 <p>References <a class="el" href="square__mat_8h-source.html#l00123">M</a>.</p> 293 325 294 326 </div> … … 329 361 <p>Implements <a class="el" href="classbdm_1_1sqmat.html#cb3b3eef10b0c1f41ead717d3ad40ec5">bdm::sqmat</a>.</p> 330 362 331 <p>References <a class="el" href="square__mat_8h-source.html#l0012 2">M</a>.</p>363 <p>References <a class="el" href="square__mat_8h-source.html#l00123">M</a>.</p> 332 364 333 365 </div> … … 355 387 <p>Implements <a class="el" href="classbdm_1_1sqmat.html#608bfff59854833f1acfccdbd346832a">bdm::sqmat</a>.</p> 356 388 357 <p>References <a class="el" href="square__mat_8h-source.html#l0012 2">M</a>.</p>389 <p>References <a class="el" href="square__mat_8h-source.html#l00123">M</a>.</p> 358 390 359 391 </div> … … 362 394 <li><a class="el" href="square__mat_8h-source.html">square_mat.h</a><li>square_mat.cpp</ul> 363 395 </div> 364 <hr size="1"><address style="text-align: right;"><small>Generated on S un Aug 16 17:58:192009 for mixpp by 396 <hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 29 20:49:46 2009 for mixpp by 365 397 <a href="http://www.doxygen.org/index.html"> 366 398 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>