[37] | 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: chmat Class Reference</title> |
---|
| 4 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
| 5 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
| 6 | </head><body> |
---|
[139] | 7 | <!-- Generated by Doxygen 1.5.6 --> |
---|
[271] | 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> |
---|
[91] | 49 | <div class="navigation" id="top"> |
---|
| 50 | <div class="tabs"> |
---|
| 51 | <ul> |
---|
[271] | 52 | <li><a href="main.html"><span>Main Page</span></a></li> |
---|
[91] | 53 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
[219] | 54 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
[261] | 55 | <li class="current"><a href="classes.html"><span>Classes</span></a></li> |
---|
[91] | 56 | <li><a href="files.html"><span>Files</span></a></li> |
---|
| 57 | </ul> |
---|
| 58 | </div> |
---|
| 59 | <div class="tabs"> |
---|
| 60 | <ul> |
---|
[261] | 61 | <li><a href="classes.html"><span>Alphabetical List</span></a></li> |
---|
[91] | 62 | <li><a href="annotated.html"><span>Class List</span></a></li> |
---|
| 63 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
---|
| 64 | <li><a href="functions.html"><span>Class Members</span></a></li> |
---|
| 65 | </ul> |
---|
| 66 | </div> |
---|
[37] | 67 | </div> |
---|
[91] | 68 | <div class="contents"> |
---|
[270] | 69 | <h1>chmat Class Reference</h1><!-- doxytag: class="chmat" --><!-- doxytag: inherits="sqmat" --><code>#include <<a class="el" href="chmat_8h-source.html">chmat.h</a>></code> |
---|
[37] | 70 | <p> |
---|
| 71 | <div class="dynheader"> |
---|
| 72 | Inheritance diagram for chmat:</div> |
---|
| 73 | <div class="dynsection"> |
---|
| 74 | |
---|
[271] | 75 | <p><center><img src="classchmat.png" usemap="#chmat_map" border="0" alt=""></center> |
---|
| 76 | <map name="chmat_map"> |
---|
| 77 | <area href="classsqmat.html" alt="sqmat" shape="rect" coords="0,0,45,24"> |
---|
| 78 | </map> |
---|
| 79 | </div> |
---|
| 80 | |
---|
[37] | 81 | <p> |
---|
[270] | 82 | <a href="classchmat-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
| 83 | Symmetric matrix stored in square root decomposition using upper cholesky. |
---|
| 84 | <p> |
---|
[275] | 85 | This matrix represent <img class="formulaInl" alt="$A=Ch' Ch$" src="form_18.png"> where only the upper triangle <img class="formulaInl" alt="$Ch$" src="form_19.png"> is stored; <table border="0" cellpadding="0" cellspacing="0"> |
---|
[37] | 86 | <tr><td></td></tr> |
---|
| 87 | <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
---|
[79] | 88 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#bbc2d98d7455b1f38828907d442836bf">opupdt</a> (const vec &v, double w)</td></tr> |
---|
[37] | 89 | |
---|
[171] | 90 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="045addd685f8d978efda232d7dcb070e"></a><!-- doxytag: member="chmat::to_mat" ref="045addd685f8d978efda232d7dcb070e" args="() const " --> |
---|
| 91 | mat </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#045addd685f8d978efda232d7dcb070e">to_mat</a> () const </td></tr> |
---|
[37] | 92 | |
---|
| 93 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Conversion to full matrix. <br></td></tr> |
---|
[79] | 94 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#66f509f92b0ccf020e2a2a32566e0777">mult_sym</a> (const mat &C)</td></tr> |
---|
[37] | 95 | |
---|
[79] | 96 | <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="#66f509f92b0ccf020e2a2a32566e0777"></a><br></td></tr> |
---|
| 97 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d558ab63475a2f2ebc0c0e149796dcc6"></a><!-- doxytag: member="chmat::mult_sym" ref="d558ab63475a2f2ebc0c0e149796dcc6" args="(const mat &C, chmat &U) const " --> |
---|
| 98 | void </td><td class="memItemRight" valign="bottom"><b>mult_sym</b> (const mat &C, <a class="el" href="classchmat.html">chmat</a> &U) const </td></tr> |
---|
[37] | 99 | |
---|
[79] | 100 | <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#07f50d1332b901eee962e8b1913102f7">mult_sym_t</a> (const mat &C)</td></tr> |
---|
| 101 | |
---|
| 102 | <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="#07f50d1332b901eee962e8b1913102f7"></a><br></td></tr> |
---|
| 103 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="31c3b985214a150b2a6b4be3b0fd40e3"></a><!-- doxytag: member="chmat::mult_sym_t" ref="31c3b985214a150b2a6b4be3b0fd40e3" args="(const mat &C, chmat &U) const " --> |
---|
| 104 | void </td><td class="memItemRight" valign="bottom"><b>mult_sym_t</b> (const mat &C, <a class="el" href="classchmat.html">chmat</a> &U) const </td></tr> |
---|
| 105 | |
---|
[37] | 106 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b504ca818203b13e667cb3c503980382"></a><!-- doxytag: member="chmat::logdet" ref="b504ca818203b13e667cb3c503980382" args="() const " --> |
---|
[79] | 107 | double </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#b504ca818203b13e667cb3c503980382">logdet</a> () const </td></tr> |
---|
[37] | 108 | |
---|
| 109 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Logarithm of a determinant. <br></td></tr> |
---|
[79] | 110 | <tr><td class="memItemLeft" nowrap align="right" valign="top">vec </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#b22aa239dbaca33e3fb93b4f674d7051">sqrt_mult</a> (const vec &v) const </td></tr> |
---|
[37] | 111 | |
---|
[79] | 112 | <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="#b22aa239dbaca33e3fb93b4f674d7051"></a><br></td></tr> |
---|
[37] | 113 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6807737c7ffdb7041256b51db7592248"></a><!-- doxytag: member="chmat::qform" ref="6807737c7ffdb7041256b51db7592248" args="(const vec &v) const " --> |
---|
[79] | 114 | double </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#6807737c7ffdb7041256b51db7592248">qform</a> (const vec &v) const </td></tr> |
---|
[37] | 115 | |
---|
[79] | 116 | <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> |
---|
| 117 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b49427cff186c62f5df3724e5d2c34b4"></a><!-- doxytag: member="chmat::invqform" ref="b49427cff186c62f5df3724e5d2c34b4" args="(const vec &v) const " --> |
---|
| 118 | double </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#b49427cff186c62f5df3724e5d2c34b4">invqform</a> (const vec &v) const </td></tr> |
---|
| 119 | |
---|
| 120 | <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> |
---|
[37] | 121 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d0a995d312ecc11d3b43693f5e224ba9"></a><!-- doxytag: member="chmat::clear" ref="d0a995d312ecc11d3b43693f5e224ba9" args="()" --> |
---|
[79] | 122 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#d0a995d312ecc11d3b43693f5e224ba9">clear</a> ()</td></tr> |
---|
[37] | 123 | |
---|
| 124 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Clearing matrix so that it corresponds to zeros. <br></td></tr> |
---|
[79] | 125 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f3921e3e5e31337cdbda40a3a5467257"></a><!-- doxytag: member="chmat::add" ref="f3921e3e5e31337cdbda40a3a5467257" args="(const chmat &A2, double w=1.0)" --> |
---|
[99] | 126 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#f3921e3e5e31337cdbda40a3a5467257">add</a> (const <a class="el" href="classchmat.html">chmat</a> &A2, double w=1.0)</td></tr> |
---|
[37] | 127 | |
---|
[99] | 128 | <tr><td class="mdescLeft"> </td><td class="mdescRight">add another <a class="el" href="classchmat.html" title="Symmetric matrix stored in square root decomposition using upper cholesky.">chmat</a> <code>A2</code> with weight <code>w</code>. <br></td></tr> |
---|
[79] | 129 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5ce4e21a9012a4e98c1f0ed1ca5669bd"></a><!-- doxytag: member="chmat::inv" ref="5ce4e21a9012a4e98c1f0ed1ca5669bd" args="(chmat &Inv) const " --> |
---|
| 130 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#5ce4e21a9012a4e98c1f0ed1ca5669bd">inv</a> (<a class="el" href="classchmat.html">chmat</a> &Inv) const </td></tr> |
---|
[37] | 131 | |
---|
[79] | 132 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Inversion in the same form, i.e. cholesky. <br></td></tr> |
---|
[37] | 133 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ba62fbf7cb8e065a4f3d24457824e89b"></a><!-- doxytag: member="chmat::~chmat" ref="ba62fbf7cb8e065a4f3d24457824e89b" args="()" --> |
---|
| 134 | virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#ba62fbf7cb8e065a4f3d24457824e89b">~chmat</a> ()</td></tr> |
---|
| 135 | |
---|
| 136 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor for future use;. <br></td></tr> |
---|
| 137 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fdd73b0c596161637fd25bdf2c670c39"></a><!-- doxytag: member="chmat::chmat" ref="fdd73b0c596161637fd25bdf2c670c39" args="(const int dim0)" --> |
---|
| 138 | </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#fdd73b0c596161637fd25bdf2c670c39">chmat</a> (const int dim0)</td></tr> |
---|
| 139 | |
---|
| 140 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br></td></tr> |
---|
[79] | 141 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d4f0a94e81279295e60e72812130f9d4"></a><!-- doxytag: member="chmat::chmat" ref="d4f0a94e81279295e60e72812130f9d4" args="(const vec &v)" --> |
---|
| 142 | </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#d4f0a94e81279295e60e72812130f9d4">chmat</a> (const vec &v)</td></tr> |
---|
| 143 | |
---|
| 144 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br></td></tr> |
---|
| 145 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d92f3bd9a727b8c88a8c7385feb3449a"></a><!-- doxytag: member="chmat::chmat" ref="d92f3bd9a727b8c88a8c7385feb3449a" args="(const chmat &Ch0)" --> |
---|
| 146 | </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#d92f3bd9a727b8c88a8c7385feb3449a">chmat</a> (const <a class="el" href="classchmat.html">chmat</a> &Ch0)</td></tr> |
---|
| 147 | |
---|
| 148 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Copy constructor. <br></td></tr> |
---|
[37] | 149 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8334a00f30f0a05f893c2aeec395ef10"></a><!-- doxytag: member="chmat::chmat" ref="8334a00f30f0a05f893c2aeec395ef10" args="(const mat &M)" --> |
---|
| 150 | </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#8334a00f30f0a05f893c2aeec395ef10">chmat</a> (const mat &M)</td></tr> |
---|
| 151 | |
---|
| 152 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Default constructor (m3k:cholform). <br></td></tr> |
---|
[210] | 153 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="24de7f42e0a86bb270588cd0dd9d60b4"></a><!-- doxytag: member="chmat::chmat" ref="24de7f42e0a86bb270588cd0dd9d60b4" args="(const chmat &M, const ivec &perm)" --> |
---|
| 154 | </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#24de7f42e0a86bb270588cd0dd9d60b4">chmat</a> (const <a class="el" href="classchmat.html">chmat</a> &M, const ivec &perm)</td></tr> |
---|
| 155 | |
---|
| 156 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <br></td></tr> |
---|
[37] | 157 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9c50d31c999d85d8e9d8cf2b69b6ac8c"></a><!-- doxytag: member="chmat::_Ch" ref="9c50d31c999d85d8e9d8cf2b69b6ac8c" args="()" --> |
---|
| 158 | mat & </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#9c50d31c999d85d8e9d8cf2b69b6ac8c">_Ch</a> ()</td></tr> |
---|
| 159 | |
---|
| 160 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Access function. <br></td></tr> |
---|
[79] | 161 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a4fc7f9b0539b97c414442a22f3db6e8"></a><!-- doxytag: member="chmat::setD" ref="a4fc7f9b0539b97c414442a22f3db6e8" args="(const vec &nD)" --> |
---|
| 162 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#a4fc7f9b0539b97c414442a22f3db6e8">setD</a> (const vec &nD)</td></tr> |
---|
| 163 | |
---|
| 164 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Access functions. <br></td></tr> |
---|
| 165 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4b9271097d8317d9514c5d0d62cccb39"></a><!-- doxytag: member="chmat::setD" ref="4b9271097d8317d9514c5d0d62cccb39" args="(const vec &nD, int i)" --> |
---|
| 166 | void </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#4b9271097d8317d9514c5d0d62cccb39">setD</a> (const vec &nD, int i)</td></tr> |
---|
| 167 | |
---|
| 168 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Access functions. <br></td></tr> |
---|
| 169 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classchmat.html">chmat</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#6a8b39fe3a28d2c8e3fc0d74141229fb">operator+=</a> (const <a class="el" href="classchmat.html">chmat</a> &A2)</td></tr> |
---|
| 170 | |
---|
| 171 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Operators. <a href="#6a8b39fe3a28d2c8e3fc0d74141229fb"></a><br></td></tr> |
---|
| 172 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a8c3628a8c15eb0009e57c66fcac1a76"></a><!-- doxytag: member="chmat::operator-=" ref="a8c3628a8c15eb0009e57c66fcac1a76" args="(const chmat &A2)" --> |
---|
| 173 | <a class="el" href="classchmat.html">chmat</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#a8c3628a8c15eb0009e57c66fcac1a76">operator-=</a> (const <a class="el" href="classchmat.html">chmat</a> &A2)</td></tr> |
---|
| 174 | |
---|
| 175 | <tr><td class="mdescLeft"> </td><td class="mdescRight">mapping of negative add operation to operators <br></td></tr> |
---|
[234] | 176 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="64f1eec40946d3abad7762899c9f933a"></a><!-- doxytag: member="chmat::operator*" ref="64f1eec40946d3abad7762899c9f933a" args="(const chmat &A2)" --> |
---|
| 177 | <a class="el" href="classchmat.html">chmat</a> & </td><td class="memItemRight" valign="bottom"><b>operator*</b> (const <a class="el" href="classchmat.html">chmat</a> &A2)</td></tr> |
---|
| 178 | |
---|
| 179 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e0404bcb998f0b82d25f5fc386cc4fa5"></a><!-- doxytag: member="chmat::operator*" ref="e0404bcb998f0b82d25f5fc386cc4fa5" args="(const double &d)" --> |
---|
| 180 | <a class="el" href="classchmat.html">chmat</a> & </td><td class="memItemRight" valign="bottom"><b>operator*</b> (const double &d)</td></tr> |
---|
| 181 | |
---|
| 182 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cdb54c921d7b93ac1a04d58cae7a9618"></a><!-- doxytag: member="chmat::operator=" ref="cdb54c921d7b93ac1a04d58cae7a9618" args="(const chmat &A2)" --> |
---|
| 183 | <a class="el" href="classchmat.html">chmat</a> & </td><td class="memItemRight" valign="bottom"><b>operator=</b> (const <a class="el" href="classchmat.html">chmat</a> &A2)</td></tr> |
---|
| 184 | |
---|
[37] | 185 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ecc2e2540f95a04f4449842588170f5b"></a><!-- doxytag: member="chmat::cols" ref="ecc2e2540f95a04f4449842588170f5b" args="() const " --> |
---|
| 186 | int </td><td class="memItemRight" valign="bottom"><a class="el" href="classsqmat.html#ecc2e2540f95a04f4449842588170f5b">cols</a> () const </td></tr> |
---|
| 187 | |
---|
| 188 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Reimplementing common functions of mat: <a class="el" href="classsqmat.html#ecc2e2540f95a04f4449842588170f5b" title="Reimplementing common functions of mat: cols().">cols()</a>. <br></td></tr> |
---|
| 189 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="071e80ced9cc3b8cbb360fa7462eb646"></a><!-- doxytag: member="chmat::rows" ref="071e80ced9cc3b8cbb360fa7462eb646" args="() const " --> |
---|
| 190 | int </td><td class="memItemRight" valign="bottom"><a class="el" href="classsqmat.html#071e80ced9cc3b8cbb360fa7462eb646">rows</a> () const </td></tr> |
---|
| 191 | |
---|
| 192 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Reimplementing common functions of mat: <a class="el" href="classsqmat.html#ecc2e2540f95a04f4449842588170f5b" title="Reimplementing common functions of mat: cols().">cols()</a>. <br></td></tr> |
---|
| 193 | <tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr> |
---|
| 194 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="95158bb150f5e7f939168abcd577fd9c"></a><!-- doxytag: member="chmat::Ch" ref="95158bb150f5e7f939168abcd577fd9c" args="" --> |
---|
| 195 | mat </td><td class="memItemRight" valign="bottom"><a class="el" href="classchmat.html#95158bb150f5e7f939168abcd577fd9c">Ch</a></td></tr> |
---|
| 196 | |
---|
[79] | 197 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Upper triangle of the cholesky matrix. <br></td></tr> |
---|
[37] | 198 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0abed904bdc0882373ba9adba919689d"></a><!-- doxytag: member="chmat::dim" ref="0abed904bdc0882373ba9adba919689d" args="" --> |
---|
| 199 | int </td><td class="memItemRight" valign="bottom"><a class="el" href="classsqmat.html#0abed904bdc0882373ba9adba919689d">dim</a></td></tr> |
---|
| 200 | |
---|
| 201 | <tr><td class="mdescLeft"> </td><td class="mdescRight">dimension of the square matrix <br></td></tr> |
---|
| 202 | </table> |
---|
[270] | 203 | <hr><h2>Member Function Documentation</h2> |
---|
[37] | 204 | <a class="anchor" name="bbc2d98d7455b1f38828907d442836bf"></a><!-- doxytag: member="chmat::opupdt" ref="bbc2d98d7455b1f38828907d442836bf" args="(const vec &v, double w)" --> |
---|
| 205 | <div class="memitem"> |
---|
| 206 | <div class="memproto"> |
---|
| 207 | <table class="memname"> |
---|
| 208 | <tr> |
---|
| 209 | <td class="memname">void chmat::opupdt </td> |
---|
| 210 | <td>(</td> |
---|
| 211 | <td class="paramtype">const vec & </td> |
---|
| 212 | <td class="paramname"> <em>v</em>, </td> |
---|
| 213 | </tr> |
---|
| 214 | <tr> |
---|
| 215 | <td class="paramkey"></td> |
---|
| 216 | <td></td> |
---|
| 217 | <td class="paramtype">double </td> |
---|
| 218 | <td class="paramname"> <em>w</em></td><td> </td> |
---|
| 219 | </tr> |
---|
| 220 | <tr> |
---|
| 221 | <td></td> |
---|
| 222 | <td>)</td> |
---|
[139] | 223 | <td></td><td></td><td><code> [virtual]</code></td> |
---|
[37] | 224 | </tr> |
---|
| 225 | </table> |
---|
| 226 | </div> |
---|
| 227 | <div class="memdoc"> |
---|
| 228 | |
---|
| 229 | <p> |
---|
[79] | 230 | 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> |
---|
[37] | 231 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
| 232 | <tr><td valign="top"></td><td valign="top"><em>v</em> </td><td>Vector forming the outer product to be added </td></tr> |
---|
| 233 | <tr><td valign="top"></td><td valign="top"><em>w</em> </td><td>weight of updating; can be negative</td></tr> |
---|
| 234 | </table> |
---|
| 235 | </dl> |
---|
| 236 | BLAS-2b operation. |
---|
| 237 | <p>Implements <a class="el" href="classsqmat.html#b223484796661f2dadb5607a86ce0581">sqmat</a>.</p> |
---|
| 238 | |
---|
[261] | 239 | <p>References <a class="el" href="chmat_8h-source.html#l00027">Ch</a>.</p> |
---|
[91] | 240 | |
---|
[37] | 241 | </div> |
---|
| 242 | </div><p> |
---|
| 243 | <a class="anchor" name="66f509f92b0ccf020e2a2a32566e0777"></a><!-- doxytag: member="chmat::mult_sym" ref="66f509f92b0ccf020e2a2a32566e0777" args="(const mat &C)" --> |
---|
| 244 | <div class="memitem"> |
---|
| 245 | <div class="memproto"> |
---|
| 246 | <table class="memname"> |
---|
| 247 | <tr> |
---|
| 248 | <td class="memname">void chmat::mult_sym </td> |
---|
| 249 | <td>(</td> |
---|
| 250 | <td class="paramtype">const mat & </td> |
---|
| 251 | <td class="paramname"> <em>C</em> </td> |
---|
| 252 | <td> ) </td> |
---|
[139] | 253 | <td><code> [virtual]</code></td> |
---|
[37] | 254 | </tr> |
---|
| 255 | </table> |
---|
| 256 | </div> |
---|
| 257 | <div class="memdoc"> |
---|
| 258 | |
---|
| 259 | <p> |
---|
[79] | 260 | 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">. |
---|
[37] | 261 | <p> |
---|
| 262 | <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
| 263 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
| 264 | <tr><td valign="top"></td><td valign="top"><em>C</em> </td><td>multiplying matrix, </td></tr> |
---|
| 265 | </table> |
---|
| 266 | </dl> |
---|
| 267 | |
---|
| 268 | <p>Implements <a class="el" href="classsqmat.html#60fbbfa9e483b8187c135f787ee53afa">sqmat</a>.</p> |
---|
| 269 | |
---|
| 270 | </div> |
---|
| 271 | </div><p> |
---|
| 272 | <a class="anchor" name="07f50d1332b901eee962e8b1913102f7"></a><!-- doxytag: member="chmat::mult_sym_t" ref="07f50d1332b901eee962e8b1913102f7" args="(const mat &C)" --> |
---|
| 273 | <div class="memitem"> |
---|
| 274 | <div class="memproto"> |
---|
| 275 | <table class="memname"> |
---|
| 276 | <tr> |
---|
| 277 | <td class="memname">void chmat::mult_sym_t </td> |
---|
| 278 | <td>(</td> |
---|
| 279 | <td class="paramtype">const mat & </td> |
---|
| 280 | <td class="paramname"> <em>C</em> </td> |
---|
| 281 | <td> ) </td> |
---|
[139] | 282 | <td><code> [virtual]</code></td> |
---|
[37] | 283 | </tr> |
---|
| 284 | </table> |
---|
| 285 | </div> |
---|
| 286 | <div class="memdoc"> |
---|
| 287 | |
---|
| 288 | <p> |
---|
[79] | 289 | 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">. |
---|
[37] | 290 | <p> |
---|
| 291 | <dl compact><dt><b>Parameters:</b></dt><dd> |
---|
| 292 | <table border="0" cellspacing="2" cellpadding="0"> |
---|
| 293 | <tr><td valign="top"></td><td valign="top"><em>C</em> </td><td>multiplying matrix, </td></tr> |
---|
| 294 | </table> |
---|
| 295 | </dl> |
---|
| 296 | |
---|
| 297 | <p>Implements <a class="el" href="classsqmat.html#6909e906da17725b1b80f3cae7cf3325">sqmat</a>.</p> |
---|
| 298 | |
---|
| 299 | </div> |
---|
| 300 | </div><p> |
---|
| 301 | <a class="anchor" name="b22aa239dbaca33e3fb93b4f674d7051"></a><!-- doxytag: member="chmat::sqrt_mult" ref="b22aa239dbaca33e3fb93b4f674d7051" args="(const vec &v) const " --> |
---|
| 302 | <div class="memitem"> |
---|
| 303 | <div class="memproto"> |
---|
| 304 | <table class="memname"> |
---|
| 305 | <tr> |
---|
| 306 | <td class="memname">vec chmat::sqrt_mult </td> |
---|
| 307 | <td>(</td> |
---|
| 308 | <td class="paramtype">const vec & </td> |
---|
| 309 | <td class="paramname"> <em>v</em> </td> |
---|
| 310 | <td> ) </td> |
---|
[139] | 311 | <td> const<code> [virtual]</code></td> |
---|
[37] | 312 | </tr> |
---|
| 313 | </table> |
---|
| 314 | </div> |
---|
| 315 | <div class="memdoc"> |
---|
| 316 | |
---|
| 317 | <p> |
---|
[79] | 318 | Multiplies square root of <img class="formulaInl" alt="$V$" src="form_27.png"> by vector <img class="formulaInl" alt="$x$" src="form_28.png">. |
---|
[37] | 319 | <p> |
---|
| 320 | Used e.g. in generating normal samples. |
---|
| 321 | <p>Implements <a class="el" href="classsqmat.html#6b79438b5d7544a9c8e110a145355d8f">sqmat</a>.</p> |
---|
| 322 | |
---|
| 323 | </div> |
---|
| 324 | </div><p> |
---|
[79] | 325 | <a class="anchor" name="6a8b39fe3a28d2c8e3fc0d74141229fb"></a><!-- doxytag: member="chmat::operator+=" ref="6a8b39fe3a28d2c8e3fc0d74141229fb" args="(const chmat &A2)" --> |
---|
| 326 | <div class="memitem"> |
---|
| 327 | <div class="memproto"> |
---|
| 328 | <table class="memname"> |
---|
| 329 | <tr> |
---|
| 330 | <td class="memname"><a class="el" href="classchmat.html">chmat</a> & chmat::operator+= </td> |
---|
| 331 | <td>(</td> |
---|
| 332 | <td class="paramtype">const <a class="el" href="classchmat.html">chmat</a> & </td> |
---|
| 333 | <td class="paramname"> <em>A2</em> </td> |
---|
| 334 | <td> ) </td> |
---|
[139] | 335 | <td><code> [inline]</code></td> |
---|
[79] | 336 | </tr> |
---|
| 337 | </table> |
---|
| 338 | </div> |
---|
| 339 | <div class="memdoc"> |
---|
| 340 | |
---|
| 341 | <p> |
---|
| 342 | Operators. |
---|
| 343 | <p> |
---|
| 344 | Operations: mapping of add operation to operators |
---|
| 345 | </div> |
---|
| 346 | </div><p> |
---|
[37] | 347 | <hr>The documentation for this class was generated from the following files:<ul> |
---|
[261] | 348 | <li><a class="el" href="chmat_8h-source.html">chmat.h</a><li>chmat.cpp</ul> |
---|
[91] | 349 | </div> |
---|
[280] | 350 | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 18 17:38:50 2009 for mixpp by |
---|
[37] | 351 | <a href="http://www.doxygen.org/index.html"> |
---|
[139] | 352 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> |
---|
[37] | 353 | </body> |
---|
| 354 | </html> |
---|