Show
Ignore:
Timestamp:
10/15/08 19:11:17 (16 years ago)
Author:
smidl
Message:

Regenerated doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/classldmat.html

    r180 r181  
    2424</div> 
    2525<div class="contents"> 
    26 <h1>ldmat Class Reference</h1><!-- doxytag: class="ldmat" --><!-- doxytag: inherits="sqmat" -->Matrix stored in LD form, (typically known as UD).   
     26<h1>ldmat Class Reference</h1><!-- doxytag: class="ldmat" --><!-- doxytag: inherits="sqmat" -->Matrix stored in LD form, (commonly known as UD).   
    2727<a href="#_details">More...</a> 
    2828<p> 
     
    5656 
    5757<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Construct by decomposition of full matrix V. <br></td></tr> 
     58<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8e88c818f9605bc726e52c4136c71cc5"></a><!-- doxytag: member="ldmat::ldmat" ref="8e88c818f9605bc726e52c4136c71cc5" args="(const ldmat &amp;V0, const ivec &amp;perm)" --> 
     59&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classldmat.html#8e88c818f9605bc726e52c4136c71cc5">ldmat</a> (const <a class="el" href="classldmat.html">ldmat</a> &amp;V0, const ivec &amp;perm)</td></tr> 
     60 
     61<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Construct by restructuring of V0 accordint to permutation vector perm. <br></td></tr> 
    5862<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="abe16e0f86668ef61a9a4896c8565dee"></a><!-- doxytag: member="ldmat::ldmat" ref="abe16e0f86668ef61a9a4896c8565dee" args="(vec D0)" --> 
    5963&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classldmat.html#abe16e0f86668ef61a9a4896c8565dee">ldmat</a> (vec D0)</td></tr> 
     
    149153<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classldmat.html">ldmat</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classldmat.html#ca445ee152a56043af946ea095b2d8f8">operator+=</a> (const <a class="el" href="classldmat.html">ldmat</a> &amp;ldA)</td></tr> 
    150154 
    151 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">add another <a class="el" href="classldmat.html" title="Matrix stored in LD form, (typically known as UD).">ldmat</a> matrix  <a href="#ca445ee152a56043af946ea095b2d8f8"></a><br></td></tr> 
     155<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">add another <a class="el" href="classldmat.html" title="Matrix stored in LD form, (commonly known as UD).">ldmat</a> matrix  <a href="#ca445ee152a56043af946ea095b2d8f8"></a><br></td></tr> 
    152156<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classldmat.html">ldmat</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classldmat.html#e3f4d2d85ab1ba384c852329aa31d0fb">operator-=</a> (const <a class="el" href="classldmat.html">ldmat</a> &amp;ldA)</td></tr> 
    153157 
    154 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">subtract another <a class="el" href="classldmat.html" title="Matrix stored in LD form, (typically known as UD).">ldmat</a> matrix  <a href="#e3f4d2d85ab1ba384c852329aa31d0fb"></a><br></td></tr> 
     158<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">subtract another <a class="el" href="classldmat.html" title="Matrix stored in LD form, (commonly known as UD).">ldmat</a> matrix  <a href="#e3f4d2d85ab1ba384c852329aa31d0fb"></a><br></td></tr> 
    155159<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="875b7e6dcf73ae7001329099019fdb1d"></a><!-- doxytag: member="ldmat::operator*=" ref="875b7e6dcf73ae7001329099019fdb1d" args="(double x)" --> 
    156160<a class="el" href="classldmat.html">ldmat</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classldmat.html#875b7e6dcf73ae7001329099019fdb1d">operator*=</a> (double x)</td></tr> 
     
    173177</table> 
    174178<hr><a name="_details"></a><h2>Detailed Description</h2> 
    175 Matrix stored in LD form, (typically known as UD).  
     179Matrix stored in LD form, (commonly known as UD).  
    176180<p> 
    177181Matrix is decomposed as follows: <p class="formulaDsp"> 
     
    214218<p>Implements <a class="el" href="classsqmat.html#b223484796661f2dadb5607a86ce0581">sqmat</a>.</p> 
    215219 
    216 <p>References <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00099">sqmat::dim</a>, and <a class="el" href="libDC_8h-source.html#l00266">L</a>.</p> 
     220<p>References <a class="el" href="libDC_8h-source.html#l00266">D</a>, <a class="el" href="libDC_8h-source.html#l00100">sqmat::dim</a>, and <a class="el" href="libDC_8h-source.html#l00268">L</a>.</p> 
    217221 
    218222<p>Referenced by <a class="el" href="libDC_8cpp-source.html#l00104">add()</a>, <a class="el" href="bdm_2estim_2arx_8cpp-source.html#l00005">ARX::bayes()</a>, and <a class="el" href="bdm_2estim_2arx_8cpp-source.html#l00024">ARX::logpred()</a>.</p> 
     
    247251<p>Implements <a class="el" href="classsqmat.html#60fbbfa9e483b8187c135f787ee53afa">sqmat</a>.</p> 
    248252 
    249 <p>References <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00266">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00200">ldform()</a>.</p> 
     253<p>References <a class="el" href="libDC_8h-source.html#l00266">D</a>, <a class="el" href="libDC_8h-source.html#l00268">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00200">ldform()</a>.</p> 
    250254 
    251255</div> 
     
    278282<p>Implements <a class="el" href="classsqmat.html#6909e906da17725b1b80f3cae7cf3325">sqmat</a>.</p> 
    279283 
    280 <p>References <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00266">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00200">ldform()</a>.</p> 
     284<p>References <a class="el" href="libDC_8h-source.html#l00266">D</a>, <a class="el" href="libDC_8h-source.html#l00268">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00200">ldform()</a>.</p> 
    281285 
    282286</div> 
     
    304308<p>Implements <a class="el" href="classsqmat.html#6b79438b5d7544a9c8e110a145355d8f">sqmat</a>.</p> 
    305309 
    306 <p>References <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00099">sqmat::dim</a>, and <a class="el" href="libDC_8h-source.html#l00266">L</a>.</p> 
     310<p>References <a class="el" href="libDC_8h-source.html#l00266">D</a>, <a class="el" href="libDC_8h-source.html#l00100">sqmat::dim</a>, and <a class="el" href="libDC_8h-source.html#l00268">L</a>.</p> 
    307311 
    308312</div> 
     
    333337</dl> 
    334338 
    335 <p>References <a class="el" href="libDC_8cpp-source.html#l00116">clear()</a>, <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00266">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00200">ldform()</a>.</p> 
     339<p>References <a class="el" href="libDC_8cpp-source.html#l00116">clear()</a>, <a class="el" href="libDC_8h-source.html#l00266">D</a>, <a class="el" href="libDC_8h-source.html#l00268">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00200">ldform()</a>.</p> 
    336340 
    337341</div> 
     
    372376</dl> 
    373377 
    374 <p>References <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00266">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00200">ldform()</a>.</p> 
     378<p>References <a class="el" href="libDC_8h-source.html#l00266">D</a>, <a class="el" href="libDC_8h-source.html#l00268">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00200">ldform()</a>.</p> 
    375379 
    376380</div> 
     
    411415</dl> 
    412416 
    413 <p>References <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00266">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00200">ldform()</a>.</p> 
     417<p>References <a class="el" href="libDC_8h-source.html#l00266">D</a>, <a class="el" href="libDC_8h-source.html#l00268">L</a>, and <a class="el" href="libDC_8cpp-source.html#l00200">ldform()</a>.</p> 
    414418 
    415419</div> 
     
    450454</dl> 
    451455 
    452 <p>References <a class="el" href="libDC_8h-source.html#l00264">D</a>, <a class="el" href="libDC_8h-source.html#l00099">sqmat::dim</a>, and <a class="el" href="libDC_8h-source.html#l00266">L</a>.</p> 
     456<p>References <a class="el" href="libDC_8h-source.html#l00266">D</a>, <a class="el" href="libDC_8h-source.html#l00100">sqmat::dim</a>, and <a class="el" href="libDC_8h-source.html#l00268">L</a>.</p> 
    453457 
    454458<p>Referenced by <a class="el" href="libDC_8cpp-source.html#l00118">inv()</a>, <a class="el" href="libDC_8cpp-source.html#l00046">ldmat()</a>, <a class="el" href="libDC_8cpp-source.html#l00125">mult_sym()</a>, and <a class="el" href="libDC_8cpp-source.html#l00130">mult_sym_t()</a>.</p> 
     
    473477 
    474478<p> 
    475 add another <a class="el" href="classldmat.html" title="Matrix stored in LD form, (typically known as UD).">ldmat</a> matrix  
     479add another <a class="el" href="classldmat.html" title="Matrix stored in LD form, (commonly known as UD).">ldmat</a> matrix  
    476480<p> 
    477481Operations: mapping of add operation to operators  
     
    495499 
    496500<p> 
    497 subtract another <a class="el" href="classldmat.html" title="Matrix stored in LD form, (typically known as UD).">ldmat</a> matrix  
     501subtract another <a class="el" href="classldmat.html" title="Matrix stored in LD form, (commonly known as UD).">ldmat</a> matrix  
    498502<p> 
    499503mapping of negative add operation to operators  
     
    503507<li>work/git/mixpp/bdm/math/<a class="el" href="libDC_8h-source.html">libDC.h</a><li>work/git/mixpp/bdm/math/libDC.cpp</ul> 
    504508</div> 
    505 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Oct 9 21:26:41 2008 for mixpp by&nbsp; 
     509<hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 15 15:57:15 2008 for mixpp by&nbsp; 
    506510<a href="http://www.doxygen.org/index.html"> 
    507511<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>