[219] | 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="doxygen.css" rel="stylesheet" type="text/css"> |
---|
| 5 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
| 6 | </head><body> |
---|
| 7 | <!-- Generated by Doxygen 1.5.6 --> |
---|
| 8 | <div class="navigation" id="top"> |
---|
| 9 | <div class="tabs"> |
---|
| 10 | <ul> |
---|
| 11 | <li><a href="index.html"><span>Main Page</span></a></li> |
---|
| 12 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
| 13 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
[261] | 14 | <li><a href="namespaces.html"><span>Namespaces</span></a></li> |
---|
| 15 | <li><a href="classes.html"><span>Classes</span></a></li> |
---|
[219] | 16 | <li><a href="files.html"><span>Files</span></a></li> |
---|
| 17 | </ul> |
---|
| 18 | </div> |
---|
| 19 | </div> |
---|
| 20 | <div class="contents"> |
---|
| 21 | <h1>Auxiliary math functions</h1><table border="0" cellpadding="0" cellspacing="0"> |
---|
| 22 | <tr><td></td></tr> |
---|
| 23 | <tr><td colspan="2"><br><h2>Classes</h2></td></tr> |
---|
| 24 | <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> |
---|
| 25 | |
---|
| 26 | <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> |
---|
| 27 | <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> |
---|
| 28 | |
---|
| 29 | <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> |
---|
| 30 | <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> |
---|
| 31 | |
---|
| 32 | <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> |
---|
| 33 | <tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
---|
| 34 | <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)" --> |
---|
| 35 | 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> |
---|
| 36 | |
---|
| 37 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Auxiliary function dydr; dyadic reduction. <br></td></tr> |
---|
| 38 | <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)" --> |
---|
| 39 | mat </td><td class="memItemRight" valign="bottom"><a class="el" href="group__math.html#g6715d039e6d5d97005cf9e2522dfa474">ltuinv</a> (const mat &L)</td></tr> |
---|
| 40 | |
---|
| 41 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Auxiliary function ltuinv; inversion of a triangular matrix;. <br></td></tr> |
---|
| 42 | <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> |
---|
| 43 | |
---|
| 44 | <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> |
---|
| 45 | <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> |
---|
| 46 | |
---|
| 47 | <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> |
---|
| 48 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0fceb6b5b637cec89bb0a3d2e6be1306"></a><!-- doxytag: member="math::cols" ref="g0fceb6b5b637cec89bb0a3d2e6be1306" args="() const " --> |
---|
| 49 | int </td><td class="memItemRight" valign="bottom"><a class="el" href="group__math.html#g0fceb6b5b637cec89bb0a3d2e6be1306">ldmat::cols</a> () const </td></tr> |
---|
| 50 | |
---|
| 51 | <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> |
---|
| 52 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g96dfb21865db4f5bd36fa70f9b0b1163"></a><!-- doxytag: member="math::rows" ref="g96dfb21865db4f5bd36fa70f9b0b1163" args="() const " --> |
---|
| 53 | int </td><td class="memItemRight" valign="bottom"><a class="el" href="group__math.html#g96dfb21865db4f5bd36fa70f9b0b1163">ldmat::rows</a> () const </td></tr> |
---|
| 54 | |
---|
| 55 | <tr><td class="mdescLeft"> </td><td class="mdescRight">access function <br></td></tr> |
---|
| 56 | </table> |
---|
| 57 | <hr><h2>Function Documentation</h2> |
---|
| 58 | <a class="anchor" name="gca445ee152a56043af946ea095b2d8f8"></a><!-- doxytag: member="ldmat::operator+=" ref="gca445ee152a56043af946ea095b2d8f8" args="(const ldmat &ldA)" --> |
---|
| 59 | <div class="memitem"> |
---|
| 60 | <div class="memproto"> |
---|
| 61 | <table class="memname"> |
---|
| 62 | <tr> |
---|
| 63 | <td class="memname"><a class="el" href="classldmat.html">ldmat</a> & ldmat::operator+= </td> |
---|
| 64 | <td>(</td> |
---|
| 65 | <td class="paramtype">const <a class="el" href="classldmat.html">ldmat</a> & </td> |
---|
| 66 | <td class="paramname"> <em>ldA</em> </td> |
---|
| 67 | <td> ) </td> |
---|
| 68 | <td><code> [inline, inherited]</code></td> |
---|
| 69 | </tr> |
---|
| 70 | </table> |
---|
| 71 | </div> |
---|
| 72 | <div class="memdoc"> |
---|
| 73 | |
---|
| 74 | <p> |
---|
| 75 | add another <a class="el" href="classldmat.html" title="Matrix stored in LD form, (commonly known as UD).">ldmat</a> matrix |
---|
| 76 | <p> |
---|
| 77 | Operations: mapping of add operation to operators |
---|
| 78 | </div> |
---|
| 79 | </div><p> |
---|
| 80 | <a class="anchor" name="ge3f4d2d85ab1ba384c852329aa31d0fb"></a><!-- doxytag: member="ldmat::operator-=" ref="ge3f4d2d85ab1ba384c852329aa31d0fb" args="(const ldmat &ldA)" --> |
---|
| 81 | <div class="memitem"> |
---|
| 82 | <div class="memproto"> |
---|
| 83 | <table class="memname"> |
---|
| 84 | <tr> |
---|
| 85 | <td class="memname"><a class="el" href="classldmat.html">ldmat</a> & ldmat::operator-= </td> |
---|
| 86 | <td>(</td> |
---|
| 87 | <td class="paramtype">const <a class="el" href="classldmat.html">ldmat</a> & </td> |
---|
| 88 | <td class="paramname"> <em>ldA</em> </td> |
---|
| 89 | <td> ) </td> |
---|
| 90 | <td><code> [inline, inherited]</code></td> |
---|
| 91 | </tr> |
---|
| 92 | </table> |
---|
| 93 | </div> |
---|
| 94 | <div class="memdoc"> |
---|
| 95 | |
---|
| 96 | <p> |
---|
| 97 | subtract another <a class="el" href="classldmat.html" title="Matrix stored in LD form, (commonly known as UD).">ldmat</a> matrix |
---|
| 98 | <p> |
---|
| 99 | mapping of negative add operation to operators |
---|
| 100 | </div> |
---|
| 101 | </div><p> |
---|
| 102 | </div> |
---|
[269] | 103 | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 10:20:20 2009 for mixpp by |
---|
[219] | 104 | <a href="http://www.doxygen.org/index.html"> |
---|
| 105 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> |
---|
| 106 | </body> |
---|
| 107 | </html> |
---|