diff options
Diffstat (limited to 'doc/html/classmeow_1_1Matrix.html')
-rw-r--r-- | doc/html/classmeow_1_1Matrix.html | 132 |
1 files changed, 82 insertions, 50 deletions
diff --git a/doc/html/classmeow_1_1Matrix.html b/doc/html/classmeow_1_1Matrix.html index 106c2a0..fda94e9 100644 --- a/doc/html/classmeow_1_1Matrix.html +++ b/doc/html/classmeow_1_1Matrix.html @@ -28,7 +28,7 @@ <td id="projectlogo"><img alt="Logo" src="logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Templates -- Meow -  <span id="projectnumber">204.13.18</span> +  <span id="projectnumber">1.2.9</span> </div> <div id="projectbrief">A C++ template contains kinds of interesting classes and functions</div> </td> @@ -122,6 +122,9 @@ Public Member Functions</h2></td></tr> <tr class="memitem:ac492cefa5df3a4ac6c9799931fb93605"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classmeow_1_1Matrix.html#ac492cefa5df3a4ac6c9799931fb93605">size</a> (size_t r, size_t c, Entry const &e)</td></tr> <tr class="memdesc:ac492cefa5df3a4ac6c9799931fb93605"><td class="mdescLeft"> </td><td class="mdescRight">resize <a href="#ac492cefa5df3a4ac6c9799931fb93605">More...</a><br/></td></tr> <tr class="separator:ac492cefa5df3a4ac6c9799931fb93605"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a0c82b949f5cc6ad2e96a56080eb2b803"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classmeow_1_1Matrix.html#a0c82b949f5cc6ad2e96a56080eb2b803">clear</a> ()</td></tr> +<tr class="memdesc:a0c82b949f5cc6ad2e96a56080eb2b803"><td class="mdescLeft"> </td><td class="mdescRight">free the memory <a href="#a0c82b949f5cc6ad2e96a56080eb2b803">More...</a><br/></td></tr> +<tr class="separator:a0c82b949f5cc6ad2e96a56080eb2b803"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a46a12f45237e654e0140387d7290eb8b"><td class="memItemLeft" align="right" valign="top">Entry </td><td class="memItemRight" valign="bottom"><a class="el" href="classmeow_1_1Matrix.html#a46a12f45237e654e0140387d7290eb8b">entry</a> (size_t r, size_t c) const </td></tr> <tr class="memdesc:a46a12f45237e654e0140387d7290eb8b"><td class="mdescLeft"> </td><td class="mdescRight">Access the entry at <em>r</em> x <em>c</em>. <a href="#a46a12f45237e654e0140387d7290eb8b">More...</a><br/></td></tr> <tr class="separator:a46a12f45237e654e0140387d7290eb8b"><td class="memSeparator" colspan="2"> </td></tr> @@ -293,7 +296,7 @@ template<class Entry> </div> <p>constructor </p> <p>Create an empty matrix with size <b>0x0</b>. In other world, create an <b>invalid</b> matrix </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00056">56</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00061">61</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -330,7 +333,7 @@ template<class Entry> </div> </dd> </dl> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00065">65</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00070">70</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -385,7 +388,7 @@ template<class Entry> </div> </dd> </dl> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00077">77</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00082">82</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -414,7 +417,7 @@ template<class Entry> </div> <p>destructor </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00081">81</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00086">86</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -446,7 +449,36 @@ template<class Entry> </div> <p>return <em></em>(*this) + <em>m</em>. </p> <p>If the size not match, it will return an invalid matrix </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00285">285</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00300">300</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> + +</div> +</div> +<a class="anchor" id="a0c82b949f5cc6ad2e96a56080eb2b803"></a> +<div class="memitem"> +<div class="memproto"> +<div class="memtemplate"> +template<class Entry> </div> +<table class="mlabels"> + <tr> + <td class="mlabels-left"> + <table class="memname"> + <tr> + <td class="memname">void <a class="el" href="classmeow_1_1Matrix.html">meow::Matrix</a>< Entry >::clear </td> + <td>(</td> + <td class="paramname"></td><td>)</td> + <td></td> + </tr> + </table> + </td> + <td class="mlabels-right"> +<span class="mlabels"><span class="mlabel">inline</span></span> </td> + </tr> +</table> +</div><div class="memdoc"> + +<p>free the memory </p> + +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00203">203</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -476,7 +508,7 @@ template<class Entry> </div> <p>Return the <em>c</em> -th column. </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00263">263</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00278">278</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -505,7 +537,7 @@ template<class Entry> </div> <p>Return number of cols. </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00128">128</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00133">133</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -554,7 +586,7 @@ template<class Entry> </div> </dl> <dl class="section return"><dt>Returns</dt><dd>new number of columns </dd></dl> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00163">163</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00168">168</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -592,7 +624,7 @@ template<class Entry> </div> </dl> <dl class="section return"><dt>Returns</dt><dd>*this </dd></dl> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00091">91</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00096">96</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -621,7 +653,7 @@ template<class Entry> </div> <p>Return a matrix which is a diangonal form of me. </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00374">374</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00389">389</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -650,7 +682,7 @@ template<class Entry> </div> <p>Let itself be an diagonal form of original itself. </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00361">361</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00376">376</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -680,7 +712,7 @@ template<class Entry> </div> <p>return <em></em>(*this) / <em>s</em>. <em>s</em> is a scalar </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00331">331</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00346">346</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -749,7 +781,7 @@ template<class Entry> </div> </dl> <dl class="section return"><dt>Returns</dt><dd>void </dd></dl> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00221">221</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00236">236</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -789,7 +821,7 @@ template<class Entry> </div> <p>Access the entry at <em>r</em> x <em>c</em>. </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00196">196</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00211">211</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -835,7 +867,7 @@ template<class Entry> </div> <p>Change the entry at <em>r</em> x <em>c</em>. </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00201">201</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00216">216</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -875,7 +907,7 @@ template<class Entry> </div> <p>Get the entry at <em>r</em> x <em>c</em>. </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00207">207</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00222">222</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -905,7 +937,7 @@ template<class Entry> </div> <p>Let itself be an identity matrix. </p> <p>Our definition of Identity matrix is 1 for entry(i, i) and 0 otherwise. </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00351">351</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00366">366</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -934,7 +966,7 @@ template<class Entry> </div> <p>Return a identity matrix with size equal to itself. </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00340">340</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00355">355</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -964,7 +996,7 @@ template<class Entry> </div> <p>Return a matrix which is an inverse matrix of <em></em>(*this) </p> <p>If inverse matrix doesn't exist, it will return a invalid matrix </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00385">385</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00400">400</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -993,7 +1025,7 @@ template<class Entry> </div> <p>let itself become itself's inverse matrix </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00413">413</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00428">428</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1024,7 +1056,7 @@ template<class Entry> </div> <p>return <em></em>(*this) times <em>m</em>. </p> <p>If the size not match, it will return an invalid matrix </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00311">311</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00326">326</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1054,7 +1086,7 @@ template<class Entry> </div> <p>return <em></em>(*this) times <em>s</em>. <em>s</em> is a scalar </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00322">322</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00337">337</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1083,7 +1115,7 @@ template<class Entry> </div> <p>return -<em></em>(*this) </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00273">273</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00288">288</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1123,7 +1155,7 @@ template<class Entry> </div> <p>same as <em>entry(r,c)</em> </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00473">473</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00488">488</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1169,7 +1201,7 @@ template<class Entry> </div> <p>same as <em>entry(r,c,e)</em> </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00478">478</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00493">493</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1199,7 +1231,7 @@ template<class Entry> </div> <p>same as <em>mul(m)</em> </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00503">503</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00518">518</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1229,7 +1261,7 @@ template<class Entry> </div> <p>same as <em>mul(m)</em> </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00508">508</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00523">523</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1258,7 +1290,7 @@ template<class Entry> </div> <p>same as <em><a class="el" href="classmeow_1_1Matrix.html#aa43f03179e3218c9af28f7374757a2cc" title="return +(*this) ">positive()</a></em> </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00483">483</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00498">498</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1288,7 +1320,7 @@ template<class Entry> </div> <p>same as <em>add(m)</em> </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00493">493</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00508">508</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1317,7 +1349,7 @@ template<class Entry> </div> <p>same as <em><a class="el" href="classmeow_1_1Matrix.html#a581dbd8ba10d054596a3d11eaf47f274" title="return -(*this) ">negative()</a></em> </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00488">488</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00503">503</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1347,7 +1379,7 @@ template<class Entry> </div> <p>same as <em>sub(m)</em> </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00498">498</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00513">513</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1377,7 +1409,7 @@ template<class Entry> </div> <p>same as <em>div(s)</em> </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00513">513</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00528">528</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1407,7 +1439,7 @@ template<class Entry> </div> <p>same as <em>copyFrom</em> </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00468">468</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00483">483</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1436,7 +1468,7 @@ template<class Entry> </div> <p>return +<em></em>(*this) </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00268">268</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00283">283</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1474,7 +1506,7 @@ template<class Entry> </div> </dl> <dl class="section return"><dt>Returns</dt><dd>*this </dd></dl> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00104">104</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00109">109</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1520,7 +1552,7 @@ template<class Entry> </div> <p>reset the size of the matrix to <em>r</em> x <em>c</em> with entry all be <em>e</em> </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00110">110</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00115">115</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1550,7 +1582,7 @@ template<class Entry> </div> <p>Return the <em>r</em> -th row. </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00258">258</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00273">273</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1579,7 +1611,7 @@ template<class Entry> </div> <p>Return number of rows. </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00123">123</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00128">128</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1628,7 +1660,7 @@ template<class Entry> </div> </dl> <dl class="section return"><dt>Returns</dt><dd>new number of rows </dd></dl> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00146">146</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00151">151</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1657,7 +1689,7 @@ template<class Entry> </div> <p>Return number of rows times number of cols. </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00133">133</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00138">138</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1713,7 +1745,7 @@ template<class Entry> </div> </dl> <dl class="section return"><dt>Returns</dt><dd><em>r</em> * <em>c</em> </dd></dl> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00189">189</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00194">194</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1744,7 +1776,7 @@ template<class Entry> </div> <p>return <em></em>(*this) - <em>m</em>. </p> <p>If the size not match, it will return an invalid matrix </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00298">298</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00313">313</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1807,7 +1839,7 @@ template<class Entry> </div> </dl> <dl class="section return"><dt>Returns</dt><dd>a matrix </dd></dl> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00242">242</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00257">257</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1836,7 +1868,7 @@ template<class Entry> </div> <p>return itself's transpose matrix </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00419">419</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00434">434</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1865,7 +1897,7 @@ template<class Entry> </div> <p>Let itself become itself's transpose matrix. </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00428">428</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00443">443</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1894,7 +1926,7 @@ template<class Entry> </div> <p>return a matrix which is the triangular form of <em></em>(*this) </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00434">434</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00449">449</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1923,7 +1955,7 @@ template<class Entry> </div> <p>triangluar itself </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00441">441</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00456">456</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1952,7 +1984,7 @@ template<class Entry> </div> <p>Return whether it is a <b>valid</b> matrix. </p> -<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00118">118</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> +<p>Definition at line <a class="el" href="Matrix_8h_source.html#l00123">123</a> of file <a class="el" href="Matrix_8h_source.html">Matrix.h</a>.</p> </div> </div> @@ -1966,7 +1998,7 @@ template<class Entry> </div> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="namespacemeow.html">meow</a></li><li class="navelem"><a class="el" href="classmeow_1_1Matrix.html">Matrix</a></li> - <li class="footer">Generated on Tue Jun 24 2014 03:53:35 for Templates -- Meow by + <li class="footer">Generated on Fri Jun 27 2014 18:24:41 for Templates -- Meow by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li> </ul> |