aboutsummaryrefslogtreecommitdiffstats
path: root/classyage_1_1Matrix.html
diff options
context:
space:
mode:
authorTravisBot <>2018-01-06 11:36:50 +0000
committerTravisBot <>2018-01-06 11:36:50 +0000
commit460d9bda5f03c5da29864fa9dd160848097be51b (patch)
treeb51cba7127a1402e0c9566ec919527a42934ab23 /classyage_1_1Matrix.html
parenta72d604ca0e0f14228b45eaf9091b6c0b4085911 (diff)
downloadYAGE-460d9bda5f03c5da29864fa9dd160848097be51b.tar.gz
YAGE-460d9bda5f03c5da29864fa9dd160848097be51b.zip
[Travis] Rebuilding documentation
Diffstat (limited to 'classyage_1_1Matrix.html')
-rw-r--r--classyage_1_1Matrix.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/classyage_1_1Matrix.html b/classyage_1_1Matrix.html
index 7fea61a8..5ac853bd 100644
--- a/classyage_1_1Matrix.html
+++ b/classyage_1_1Matrix.html
@@ -173,6 +173,7 @@ Friends</h2></td></tr>
<div class="textblock"><h3>template&lt;int Rows, int Cols, class Type&gt;<br/>
class yage::Matrix&lt; Rows, Cols, Type &gt;</h3>
+<p>Base <a class="el" href="classyage_1_1Matrix.html" title="Base Matrix class used by other similar classes. ">Matrix</a> class used by other similar classes. </p>
<h1>Matrix Class </h1>
<p>The matrix class is a templated class which implements a mathematical Matrix.</p>
<h2>Usage Guide </h2>
@@ -206,6 +207,8 @@ template&lt;int Rows, int Cols, class Type&gt; </div>
</table>
</div><div class="memdoc">
+<p>Initializes the size of the data_ vector. </p>
+
</div>
</div>
<a class="anchor" id="a191b02ff353d04f18779d4c84e20927b"></a>
@@ -257,6 +260,8 @@ template&lt;int Rows, int Cols, class Type&gt; </div>
</tr>
</table>
</div><div class="memdoc">
+
+<p>Iterator support for the start. </p>
<dl class="section return"><dt>Returns</dt><dd>Iterator pointing to the start of the data. </dd></dl>
</div>
@@ -284,6 +289,8 @@ template&lt;int Rows, int Cols, class Type&gt; </div>
</table>
</div><div class="memdoc">
+<p>Returns the column size of the <a class="el" href="classyage_1_1Matrix.html" title="Base Matrix class used by other similar classes. ">Matrix</a>. </p>
+
</div>
</div>
<a class="anchor" id="a20ea5fe16d27ef15f775b5497cadc851"></a>
@@ -308,6 +315,8 @@ template&lt;int Rows, int Cols, class Type&gt; </div>
</tr>
</table>
</div><div class="memdoc">
+
+<p>Iterator support for the end. </p>
<dl class="section return"><dt>Returns</dt><dd>Iterator pointing to the end of the data. </dd></dl>
</div>
@@ -335,6 +344,8 @@ template&lt;int Rows, int Cols, class Type&gt; </div>
</tr>
</table>
</div><div class="memdoc">
+
+<p>Get a specific column in a column vector. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">col</td><td>Column number to be returned. </td></tr>
@@ -368,6 +379,8 @@ template&lt;int Rows, int Cols, class Type&gt; </div>
</tr>
</table>
</div><div class="memdoc">
+
+<p>Return the row specified row as a <a class="el" href="classyage_1_1Matrix.html" title="Base Matrix class used by other similar classes. ">Matrix</a> with only one row. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">row</td><td>Row number to be returned. </td></tr>
@@ -505,6 +518,8 @@ template&lt;int Rows, int Cols, class Type&gt; </div>
</table>
</div><div class="memdoc">
+<p>Returns the row size of the <a class="el" href="classyage_1_1Matrix.html" title="Base Matrix class used by other similar classes. ">Matrix</a>. </p>
+
</div>
</div>
<a class="anchor" id="a07678d7007e89487c7168df84f2a4fa8"></a>
@@ -529,6 +544,8 @@ template&lt;int Rows, int Cols, class Type&gt; </div>
</tr>
</table>
</div><div class="memdoc">
+
+<p>Prints out the matrix, but can also be implemented by other classes to print data differently. </p>
<dl class="bug"><dt><b><a class="el" href="bug.html#_bug000001">Bug:</a></b></dt><dd>When printing certain matrices, it omits a row or column. Still need to determine under which conditions. </dd></dl>
<p>Reimplemented in <a class="el" href="classyage_1_1Vector.html#a956f7b6d02c0309adece311f59c8beae">yage::Vector&lt; Rows, Type &gt;</a>, <a class="el" href="classyage_1_1Vector.html#a956f7b6d02c0309adece311f59c8beae">yage::Vector&lt; 2, double &gt;</a>, <a class="el" href="classyage_1_1Vector.html#a956f7b6d02c0309adece311f59c8beae">yage::Vector&lt; 4, Type &gt;</a>, <a class="el" href="classyage_1_1Vector.html#a956f7b6d02c0309adece311f59c8beae">yage::Vector&lt; 3, Type &gt;</a>, and <a class="el" href="classyage_1_1Vector.html#a956f7b6d02c0309adece311f59c8beae">yage::Vector&lt; 2, Type &gt;</a>.</p>
@@ -579,6 +596,8 @@ template&lt;int Rows, int Cols, class Type&gt; </div>
</table>
</div><div class="memdoc">
+<p><a class="el" href="classyage_1_1Vector.html">Vector</a> containing the data of the matrix. </p>
+
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
@@ -590,7 +609,7 @@ template&lt;int Rows, int Cols, class Type&gt; </div>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespaceyage.html">yage</a></li><li class="navelem"><a class="el" href="classyage_1_1Matrix.html">Matrix</a></li>
- <li class="footer">Generated on Sat Dec 23 2017 01:50:21 for YAGE by
+ <li class="footer">Generated on Sat Jan 6 2018 11:36:17 for YAGE by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>