| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | 
|---|
| 2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | 
|---|
| 3 | <title>mixpp: Auxiliary math functions</title> | 
|---|
| 4 | <link href="tabs.css" rel="stylesheet" type="text/css"> | 
|---|
| 5 | <link href="doxygen.css" rel="stylesheet" type="text/css"> | 
|---|
| 6 | </head><body> | 
|---|
| 7 | <!-- Generated by Doxygen 1.5.8 --> | 
|---|
| 8 | <script type="text/javascript"> | 
|---|
| 9 | <!-- | 
|---|
| 10 | function changeDisplayState (e){ | 
|---|
| 11 |   var num=this.id.replace(/[^[0-9]/g,''); | 
|---|
| 12 |   var button=this.firstChild; | 
|---|
| 13 |   var sectionDiv=document.getElementById('dynsection'+num); | 
|---|
| 14 |   if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ | 
|---|
| 15 |     sectionDiv.style.display='block'; | 
|---|
| 16 |     button.src='open.gif'; | 
|---|
| 17 |   }else{ | 
|---|
| 18 |     sectionDiv.style.display='none'; | 
|---|
| 19 |     button.src='closed.gif'; | 
|---|
| 20 |   } | 
|---|
| 21 | } | 
|---|
| 22 | function initDynSections(){ | 
|---|
| 23 |   var divs=document.getElementsByTagName('div'); | 
|---|
| 24 |   var sectionCounter=1; | 
|---|
| 25 |   for(var i=0;i<divs.length-1;i++){ | 
|---|
| 26 |     if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ | 
|---|
| 27 |       var header=divs[i]; | 
|---|
| 28 |       var section=divs[i+1]; | 
|---|
| 29 |       var button=header.firstChild; | 
|---|
| 30 |       if (button!='IMG'){ | 
|---|
| 31 |         divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); | 
|---|
| 32 |         button=document.createElement('img'); | 
|---|
| 33 |         divs[i].insertBefore(button,divs[i].firstChild); | 
|---|
| 34 |       } | 
|---|
| 35 |       header.style.cursor='pointer'; | 
|---|
| 36 |       header.onclick=changeDisplayState; | 
|---|
| 37 |       header.id='dynheader'+sectionCounter; | 
|---|
| 38 |       button.src='closed.gif'; | 
|---|
| 39 |       section.id='dynsection'+sectionCounter; | 
|---|
| 40 |       section.style.display='none'; | 
|---|
| 41 |       section.style.marginLeft='14px'; | 
|---|
| 42 |       sectionCounter++; | 
|---|
| 43 |     } | 
|---|
| 44 |   } | 
|---|
| 45 | } | 
|---|
| 46 | window.onload = initDynSections; | 
|---|
| 47 | --> | 
|---|
| 48 | </script> | 
|---|
| 49 | <div class="navigation" id="top"> | 
|---|
| 50 |   <div class="tabs"> | 
|---|
| 51 |     <ul> | 
|---|
| 52 |       <li><a href="main.html"><span>Main Page</span></a></li> | 
|---|
| 53 |       <li><a href="pages.html"><span>Related Pages</span></a></li> | 
|---|
| 54 |       <li><a href="modules.html"><span>Modules</span></a></li> | 
|---|
| 55 |       <li><a href="annotated.html"><span>Classes</span></a></li> | 
|---|
| 56 |       <li><a href="files.html"><span>Files</span></a></li> | 
|---|
| 57 |     </ul> | 
|---|
| 58 |   </div> | 
|---|
| 59 | </div> | 
|---|
| 60 | <div class="contents"> | 
|---|
| 61 | <h1>Auxiliary math functions</h1><table border="0" cellpadding="0" cellspacing="0"> | 
|---|
| 62 | <tr><td></td></tr> | 
|---|
| 63 | <tr><td colspan="2"><br><h2>Classes</h2></td></tr> | 
|---|
| 64 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classsqmat.html">sqmat</a></td></tr> | 
|---|
| 65 |  | 
|---|
| 66 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Virtual class for representation of double symmetric matrices in square-root form.  <a href="classsqmat.html#_details">More...</a><br></td></tr> | 
|---|
| 67 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classfsqmat.html">fsqmat</a></td></tr> | 
|---|
| 68 |  | 
|---|
| 69 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Fake <a class="el" href="classsqmat.html" title="Virtual class for representation of double symmetric matrices in square-root form...">sqmat</a>. This class maps <a class="el" href="classsqmat.html" title="Virtual class for representation of double symmetric matrices in square-root form...">sqmat</a> operations to operations on full matrix.  <a href="classfsqmat.html#_details">More...</a><br></td></tr> | 
|---|
| 70 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classldmat.html">ldmat</a></td></tr> | 
|---|
| 71 |  | 
|---|
| 72 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Matrix stored in LD form, (commonly known as UD).  <a href="classldmat.html#_details">More...</a><br></td></tr> | 
|---|
| 73 | <tr><td colspan="2"><br><h2>Functions</h2></td></tr> | 
|---|
| 74 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4ed56e73b49db8e7f4a63fa926a8dca4"></a><!-- doxytag: member="math::dydr" ref="g4ed56e73b49db8e7f4a63fa926a8dca4" args="(double *r, double *f, double *Dr, double *Df, double *R, int jl, int jh, double *kr, int m, int mx)" --> | 
|---|
| 75 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__math.html#g4ed56e73b49db8e7f4a63fa926a8dca4">dydr</a> (double *r, double *f, double *Dr, double *Df, double *R, int jl, int jh, double *kr, int m, int mx)</td></tr> | 
|---|
| 76 |  | 
|---|
| 77 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Auxiliary function dydr; dyadic reduction. <br></td></tr> | 
|---|
| 78 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6715d039e6d5d97005cf9e2522dfa474"></a><!-- doxytag: member="math::ltuinv" ref="g6715d039e6d5d97005cf9e2522dfa474" args="(const mat &L)" --> | 
|---|
| 79 | mat </td><td class="memItemRight" valign="bottom"><a class="el" href="group__math.html#g6715d039e6d5d97005cf9e2522dfa474">ltuinv</a> (const mat &L)</td></tr> | 
|---|
| 80 |  | 
|---|
| 81 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Auxiliary function ltuinv; inversion of a triangular matrix;. <br></td></tr> | 
|---|
| 82 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classldmat.html">ldmat</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__math.html#gca445ee152a56043af946ea095b2d8f8">ldmat::operator+=</a> (const <a class="el" href="classldmat.html">ldmat</a> &ldA)</td></tr> | 
|---|
| 83 |  | 
|---|
| 84 | <tr><td class="mdescLeft"> </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="#gca445ee152a56043af946ea095b2d8f8"></a><br></td></tr> | 
|---|
| 85 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classldmat.html">ldmat</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__math.html#ge3f4d2d85ab1ba384c852329aa31d0fb">ldmat::operator-=</a> (const <a class="el" href="classldmat.html">ldmat</a> &ldA)</td></tr> | 
|---|
| 86 |  | 
|---|
| 87 | <tr><td class="mdescLeft"> </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="#ge3f4d2d85ab1ba384c852329aa31d0fb"></a><br></td></tr> | 
|---|
| 88 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0fceb6b5b637cec89bb0a3d2e6be1306"></a><!-- doxytag: member="math::cols" ref="g0fceb6b5b637cec89bb0a3d2e6be1306" args="() const " --> | 
|---|
| 89 | int </td><td class="memItemRight" valign="bottom"><a class="el" href="group__math.html#g0fceb6b5b637cec89bb0a3d2e6be1306">ldmat::cols</a> () const </td></tr> | 
|---|
| 90 |  | 
|---|
| 91 | <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> | 
|---|
| 92 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g96dfb21865db4f5bd36fa70f9b0b1163"></a><!-- doxytag: member="math::rows" ref="g96dfb21865db4f5bd36fa70f9b0b1163" args="() const " --> | 
|---|
| 93 | int </td><td class="memItemRight" valign="bottom"><a class="el" href="group__math.html#g96dfb21865db4f5bd36fa70f9b0b1163">ldmat::rows</a> () const </td></tr> | 
|---|
| 94 |  | 
|---|
| 95 | <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> | 
|---|
| 96 | </table> | 
|---|
| 97 | <hr><h2>Function Documentation</h2> | 
|---|
| 98 | <a class="anchor" name="gca445ee152a56043af946ea095b2d8f8"></a><!-- doxytag: member="ldmat::operator+=" ref="gca445ee152a56043af946ea095b2d8f8" args="(const ldmat &ldA)" --> | 
|---|
| 99 | <div class="memitem"> | 
|---|
| 100 | <div class="memproto"> | 
|---|
| 101 |       <table class="memname"> | 
|---|
| 102 |         <tr> | 
|---|
| 103 |           <td class="memname"><a class="el" href="classldmat.html">ldmat</a> & ldmat::operator+=           </td> | 
|---|
| 104 |           <td>(</td> | 
|---|
| 105 |           <td class="paramtype">const <a class="el" href="classldmat.html">ldmat</a> & </td> | 
|---|
| 106 |           <td class="paramname"> <em>ldA</em>          </td> | 
|---|
| 107 |           <td> ) </td> | 
|---|
| 108 |           <td><code> [inline, inherited]</code></td> | 
|---|
| 109 |         </tr> | 
|---|
| 110 |       </table> | 
|---|
| 111 | </div> | 
|---|
| 112 | <div class="memdoc"> | 
|---|
| 113 |  | 
|---|
| 114 | <p> | 
|---|
| 115 | add another <a class="el" href="classldmat.html" title="Matrix stored in LD form, (commonly known as UD).">ldmat</a> matrix  | 
|---|
| 116 | <p> | 
|---|
| 117 | Operations: mapping of add operation to operators  | 
|---|
| 118 | </div> | 
|---|
| 119 | </div><p> | 
|---|
| 120 | <a class="anchor" name="ge3f4d2d85ab1ba384c852329aa31d0fb"></a><!-- doxytag: member="ldmat::operator-=" ref="ge3f4d2d85ab1ba384c852329aa31d0fb" args="(const ldmat &ldA)" --> | 
|---|
| 121 | <div class="memitem"> | 
|---|
| 122 | <div class="memproto"> | 
|---|
| 123 |       <table class="memname"> | 
|---|
| 124 |         <tr> | 
|---|
| 125 |           <td class="memname"><a class="el" href="classldmat.html">ldmat</a> & ldmat::operator-=           </td> | 
|---|
| 126 |           <td>(</td> | 
|---|
| 127 |           <td class="paramtype">const <a class="el" href="classldmat.html">ldmat</a> & </td> | 
|---|
| 128 |           <td class="paramname"> <em>ldA</em>          </td> | 
|---|
| 129 |           <td> ) </td> | 
|---|
| 130 |           <td><code> [inline, inherited]</code></td> | 
|---|
| 131 |         </tr> | 
|---|
| 132 |       </table> | 
|---|
| 133 | </div> | 
|---|
| 134 | <div class="memdoc"> | 
|---|
| 135 |  | 
|---|
| 136 | <p> | 
|---|
| 137 | subtract another <a class="el" href="classldmat.html" title="Matrix stored in LD form, (commonly known as UD).">ldmat</a> matrix  | 
|---|
| 138 | <p> | 
|---|
| 139 | mapping of negative add operation to operators  | 
|---|
| 140 | </div> | 
|---|
| 141 | </div><p> | 
|---|
| 142 | </div> | 
|---|
| 143 | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jul 1 13:05:56 2009 for mixpp by  | 
|---|
| 144 | <a href="http://www.doxygen.org/index.html"> | 
|---|
| 145 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> | 
|---|
| 146 | </body> | 
|---|
| 147 | </html> | 
|---|