Changeset 397 for library/doc/html/classfsqmat.html
- Timestamp:
- 06/24/09 21:56:30 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/classfsqmat.html
r396 r397 73 73 <a href="#_details">More...</a> 74 74 <p> 75 <<<<<<< HEAD:library/doc/html/classfsqmat.html 75 76 <code>#include <<a class="el" href="square__mat_8h_source.html">square_mat.h</a>></code> 77 ======= 78 <code>#include <<a class="el" href="square__mat_8h-source.html">square_mat.h</a>></code> 79 >>>>>>> doc:library/doc/html/classfsqmat.html 76 80 <p> 77 81 … … 88 92 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classfsqmat.html#5530d2756b5d991de755e6121c9a452e">mult_sym</a> (const mat &C)</td></tr> 89 93 90 <tr><td class="mdescLeft"> </td><td class="mdescRight">Inplace symmetric multiplication by a SQUARE matrix <img class="formulaInl" alt="$C$" src="form_ 24.png">, i.e. <img class="formulaInl" alt="$V = C*V*C'$" src="form_25.png">. <a href="#5530d2756b5d991de755e6121c9a452e"></a><br></td></tr>94 <tr><td class="mdescLeft"> </td><td class="mdescRight">Inplace symmetric multiplication by a SQUARE matrix <img class="formulaInl" alt="$C$" src="form_52.png">, i.e. <img class="formulaInl" alt="$V = C*V*C'$" src="form_53.png">. <a href="#5530d2756b5d991de755e6121c9a452e"></a><br></td></tr> 91 95 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classfsqmat.html#92052a8adc2054b63e42d1373d145c89">mult_sym_t</a> (const mat &C)</td></tr> 92 96 93 <tr><td class="mdescLeft"> </td><td class="mdescRight">Inplace symmetric multiplication by a SQUARE transpose of matrix <img class="formulaInl" alt="$C$" src="form_ 24.png">, i.e. <img class="formulaInl" alt="$V = C'*V*C$" src="form_26.png">. <a href="#92052a8adc2054b63e42d1373d145c89"></a><br></td></tr>97 <tr><td class="mdescLeft"> </td><td class="mdescRight">Inplace symmetric multiplication by a SQUARE transpose of matrix <img class="formulaInl" alt="$C$" src="form_52.png">, i.e. <img class="formulaInl" alt="$V = C'*V*C$" src="form_54.png">. <a href="#92052a8adc2054b63e42d1373d145c89"></a><br></td></tr> 94 98 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d4eddc3743c8865cc5ed92d14de0e3e3"></a><!-- doxytag: member="fsqmat::mult_sym" ref="d4eddc3743c8865cc5ed92d14de0e3e3" args="(const mat &C, fsqmat &U) const " --> 95 99 void </td><td class="memItemRight" valign="bottom"><a class="el" href="classfsqmat.html#d4eddc3743c8865cc5ed92d14de0e3e3">mult_sym</a> (const mat &C, <a class="el" href="classfsqmat.html">fsqmat</a> &U) const </td></tr> 96 100 97 <tr><td class="mdescLeft"> </td><td class="mdescRight">store result of <code>mult_sym</code> in external matrix <img class="formulaInl" alt="$U$" src="form_ 31.png"> <br></td></tr>101 <tr><td class="mdescLeft"> </td><td class="mdescRight">store result of <code>mult_sym</code> in external matrix <img class="formulaInl" alt="$U$" src="form_58.png"> <br></td></tr> 98 102 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ae4949ad2a32553c7fa04d6d1483770a"></a><!-- doxytag: member="fsqmat::mult_sym_t" ref="ae4949ad2a32553c7fa04d6d1483770a" args="(const mat &C, fsqmat &U) const " --> 99 103 void </td><td class="memItemRight" valign="bottom"><a class="el" href="classfsqmat.html#ae4949ad2a32553c7fa04d6d1483770a">mult_sym_t</a> (const mat &C, <a class="el" href="classfsqmat.html">fsqmat</a> &U) const </td></tr> 100 104 101 <tr><td class="mdescLeft"> </td><td class="mdescRight">store result of <code>mult_sym_t</code> in external matrix <img class="formulaInl" alt="$U$" src="form_ 31.png"> <br></td></tr>105 <tr><td class="mdescLeft"> </td><td class="mdescRight">store result of <code>mult_sym_t</code> in external matrix <img class="formulaInl" alt="$U$" src="form_58.png"> <br></td></tr> 102 106 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cfa4c359483d2322f32d1d50050f8ac4"></a><!-- doxytag: member="fsqmat::clear" ref="cfa4c359483d2322f32d1d50050f8ac4" args="()" --> 103 107 void </td><td class="memItemRight" valign="bottom"><a class="el" href="classfsqmat.html#cfa4c359483d2322f32d1d50050f8ac4">clear</a> ()</td></tr> … … 138 142 double </td><td class="memItemRight" valign="bottom"><a class="el" href="classfsqmat.html#a6c91b0389e73404324b2314b08d6e87">qform</a> (const vec &v) const </td></tr> 139 143 140 <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates quadratic form <img class="formulaInl" alt="$x= v'*V*v$" src="form_ 29.png">;. <br></td></tr>144 <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates quadratic form <img class="formulaInl" alt="$x= v'*V*v$" src="form_56.png">;. <br></td></tr> 141 145 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="58075da64ddadd4df40654c35b928c6f"></a><!-- doxytag: member="fsqmat::invqform" ref="58075da64ddadd4df40654c35b928c6f" args="(const vec &v) const " --> 142 146 double </td><td class="memItemRight" valign="bottom"><a class="el" href="classfsqmat.html#58075da64ddadd4df40654c35b928c6f">invqform</a> (const vec &v) const </td></tr> 143 147 144 <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates quadratic form <img class="formulaInl" alt="$x= v'*inv(V)*v$" src="form_ 30.png">;. <br></td></tr>148 <tr><td class="mdescLeft"> </td><td class="mdescRight">Evaluates quadratic form <img class="formulaInl" alt="$x= v'*inv(V)*v$" src="form_57.png">;. <br></td></tr> 145 149 <tr><td class="memItemLeft" nowrap align="right" valign="top">vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classfsqmat.html#842a774077ee34ac3c36d180ab33e103">sqrt_mult</a> (const vec &v) const </td></tr> 146 150 147 <tr><td class="mdescLeft"> </td><td class="mdescRight">Multiplies square root of <img class="formulaInl" alt="$V$" src="form_ 27.png"> by vector <img class="formulaInl" alt="$x$" src="form_28.png">. <a href="#842a774077ee34ac3c36d180ab33e103"></a><br></td></tr>151 <tr><td class="mdescLeft"> </td><td class="mdescRight">Multiplies square root of <img class="formulaInl" alt="$V$" src="form_55.png"> by vector <img class="formulaInl" alt="$x$" src="form_1.png">. <a href="#842a774077ee34ac3c36d180ab33e103"></a><br></td></tr> 148 152 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a2e0bf7dbbbbe1d3358064c4ad455f1f"></a><!-- doxytag: member="fsqmat::add" ref="a2e0bf7dbbbbe1d3358064c4ad455f1f" args="(const fsqmat &fsq2, double w=1.0)" --> 149 153 void </td><td class="memItemRight" valign="bottom"><a class="el" href="classfsqmat.html#a2e0bf7dbbbbe1d3358064c4ad455f1f">add</a> (const <a class="el" href="classfsqmat.html">fsqmat</a> &fsq2, double w=1.0)</td></tr> … … 226 230 </dl> 227 231 232 <<<<<<< HEAD:library/doc/html/classfsqmat.html 228 233 <p>References <a class="el" href="square__mat_8h_source.html#l00122">M</a>.</p> 229 234 230 235 <p>Referenced by <a class="el" href="kalman_8h_source.html#l00493">bdm::EKF< sq_T >::bayes()</a>, and <a class="el" href="exp__family_8cpp_source.html#l00021">bdm::egiw::evallog_nn()</a>.</p> 236 ======= 237 <p>References <a class="el" href="square__mat_8h-source.html#l00122">M</a>.</p> 238 239 <p>Referenced by <a class="el" href="kalman_8h-source.html#l00493">bdm::EKF< sq_T >::bayes()</a>, and <a class="el" href="exp__family_8cpp-source.html#l00021">bdm::egiw::evallog_nn()</a>.</p> 240 >>>>>>> doc:library/doc/html/classfsqmat.html 231 241 232 242 </div> … … 249 259 250 260 <p> 251 Inplace symmetric multiplication by a SQUARE matrix <img class="formulaInl" alt="$C$" src="form_ 24.png">, i.e. <img class="formulaInl" alt="$V = C*V*C'$" src="form_25.png">.261 Inplace symmetric multiplication by a SQUARE matrix <img class="formulaInl" alt="$C$" src="form_52.png">, i.e. <img class="formulaInl" alt="$V = C*V*C'$" src="form_53.png">. 252 262 <p> 253 263 <dl compact><dt><b>Parameters:</b></dt><dd> … … 259 269 <p>Implements <a class="el" href="classsqmat.html#60fbbfa9e483b8187c135f787ee53afa">sqmat</a>.</p> 260 270 271 <<<<<<< HEAD:library/doc/html/classfsqmat.html 261 272 <p>References <a class="el" href="square__mat_8h_source.html#l00122">M</a>.</p> 262 273 263 274 <p>Referenced by <a class="el" href="kalman_8h_source.html#l00493">bdm::EKF< sq_T >::bayes()</a>.</p> 275 ======= 276 <p>References <a class="el" href="square__mat_8h-source.html#l00122">M</a>.</p> 277 278 <p>Referenced by <a class="el" href="kalman_8h-source.html#l00493">bdm::EKF< sq_T >::bayes()</a>.</p> 279 >>>>>>> doc:library/doc/html/classfsqmat.html 264 280 265 281 </div> … … 282 298 283 299 <p> 284 Inplace symmetric multiplication by a SQUARE transpose of matrix <img class="formulaInl" alt="$C$" src="form_ 24.png">, i.e. <img class="formulaInl" alt="$V = C'*V*C$" src="form_26.png">.300 Inplace symmetric multiplication by a SQUARE transpose of matrix <img class="formulaInl" alt="$C$" src="form_52.png">, i.e. <img class="formulaInl" alt="$V = C'*V*C$" src="form_54.png">. 285 301 <p> 286 302 <dl compact><dt><b>Parameters:</b></dt><dd> … … 292 308 <p>Implements <a class="el" href="classsqmat.html#6909e906da17725b1b80f3cae7cf3325">sqmat</a>.</p> 293 309 310 <<<<<<< HEAD:library/doc/html/classfsqmat.html 294 311 <p>References <a class="el" href="square__mat_8h_source.html#l00122">M</a>.</p> 312 ======= 313 <p>References <a class="el" href="square__mat_8h-source.html#l00122">M</a>.</p> 314 >>>>>>> doc:library/doc/html/classfsqmat.html 295 315 296 316 </div> … … 322 342 323 343 <p> 324 Perfroms a rank-1 update by outer product of vectors: <img class="formulaInl" alt="$V = V + w v v'$" src="form_ 23.png">. <dl compact><dt><b>Parameters:</b></dt><dd>344 Perfroms a rank-1 update by outer product of vectors: <img class="formulaInl" alt="$V = V + w v v'$" src="form_51.png">. <dl compact><dt><b>Parameters:</b></dt><dd> 325 345 <table border="0" cellspacing="2" cellpadding="0"> 326 346 <tr><td valign="top"></td><td valign="top"><em>v</em> </td><td>Vector forming the outer product to be added </td></tr> … … 331 351 <p>Implements <a class="el" href="classsqmat.html#b223484796661f2dadb5607a86ce0581">sqmat</a>.</p> 332 352 353 <<<<<<< HEAD:library/doc/html/classfsqmat.html 333 354 <p>References <a class="el" href="square__mat_8h_source.html#l00122">M</a>.</p> 355 ======= 356 <p>References <a class="el" href="square__mat_8h-source.html#l00122">M</a>.</p> 357 >>>>>>> doc:library/doc/html/classfsqmat.html 334 358 335 359 </div> … … 352 376 353 377 <p> 354 Multiplies square root of <img class="formulaInl" alt="$V$" src="form_ 27.png"> by vector <img class="formulaInl" alt="$x$" src="form_28.png">.378 Multiplies square root of <img class="formulaInl" alt="$V$" src="form_55.png"> by vector <img class="formulaInl" alt="$x$" src="form_1.png">. 355 379 <p> 356 380 Used e.g. in generating normal samples. 357 381 <p>Implements <a class="el" href="classsqmat.html#6b79438b5d7544a9c8e110a145355d8f">sqmat</a>.</p> 358 382 383 <<<<<<< HEAD:library/doc/html/classfsqmat.html 359 384 <p>References <a class="el" href="square__mat_8h_source.html#l00122">M</a>.</p> 385 ======= 386 <p>References <a class="el" href="square__mat_8h-source.html#l00122">M</a>.</p> 387 >>>>>>> doc:library/doc/html/classfsqmat.html 360 388 361 389 </div> 362 390 </div><p> 363 391 <hr>The documentation for this class was generated from the following files:<ul> 392 <<<<<<< HEAD:library/doc/html/classfsqmat.html 364 393 <li><a class="el" href="square__mat_8h_source.html">square_mat.h</a><li>square_mat.cpp</ul> 365 394 </div> 366 395 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 24 13:35:47 2009 for mixpp by 396 ======= 397 <li><a class="el" href="square__mat_8h-source.html">square_mat.h</a><li>square_mat.cpp</ul> 398 </div> 399 <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 23 19:52:51 2009 for mixpp by 400 >>>>>>> doc:library/doc/html/classfsqmat.html 367 401 <a href="http://www.doxygen.org/index.html"> 368 402 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>