From dd51ec0f1fadd719f5ee298c1c40890f6db1815b Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 12 Oct 2017 13:59:45 +0000 Subject: Rebuilding documentation --- classyage_1_1Vector.html | 133 ++++++++++++++++++++++++++--------------------- 1 file changed, 73 insertions(+), 60 deletions(-) (limited to 'classyage_1_1Vector.html') diff --git a/classyage_1_1Vector.html b/classyage_1_1Vector.html index 5f9f84fa..ff164491 100644 --- a/classyage_1_1Vector.html +++ b/classyage_1_1Vector.html @@ -3,22 +3,23 @@ - - + YAGE: yage::Vector< Rows, Type > Class Template Reference - - + @@ -27,7 +28,7 @@ -
+
YAGE  v0.1.1
@@ -38,19 +39,43 @@
- + - - - - + +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
@@ -94,8 +119,8 @@ $(document).ready(function(){initNavTree('classyage_1_1Vector.html','');}); Inheritance diagram for yage::Vector< Rows, Type >:
- - + + yage::Matrix< Rows, 1, Type >
@@ -110,39 +135,39 @@ Public Member Functions   Type & operator[] (int col)   -const Type & operator[] (int col) const -  +const Type & operator[] (int col) const +  std::string toString () const override - Prints out the matrix, but can also be implemented by other classes to print data differently. More...
+ Prints out the matrix, but can also be implemented by other classes to print data differently. More...
  - Public Member Functions inherited from yage::Matrix< Rows, 1, Type >  Matrix () - Initializes the size of the data_ vector. More...
+ Initializes the size of the data_ vector. More...
   Matrix (const std::vector< Type > &data)   -int rowSize () const - Returns the row size of the Matrix. More...
-  -int colSize () const - Returns the column size of the Matrix. More...
-  -Matrix< 1, Cols, Type > getRow (int row) const - Return the row specified row as a Matrix with only one row. More...
-  -Matrix< Rows, 1, Type > getCol (int col) const - Get a specific column in a column vector. More...
-  +int rowSize () const + Returns the row size of the Matrix. More...
+  +int colSize () const + Returns the column size of the Matrix. More...
+  +Matrix< 1, Cols, Type > getRow (int row) const + Return the row specified row as a Matrix with only one row. More...
+  +Matrix< Rows, 1, Type > getCol (int col) const + Get a specific column in a column vector. More...
+  std::vector< Type >::iterator begin () - Iterator support for the start. More...
+ Iterator support for the start. More...
  std::vector< Type >::iterator end () - Iterator support for the end. More...
+ Iterator support for the end. More...
  details::Row< Rows, Cols, Type > operator[] (int row)   -details::Row< Rows, Cols, Type > operator[] (int row) const -  +details::Row< Rows, Cols, Type > operator[] (int row) const +  Matrix< Rows, Cols, Type > & operator+= (const Matrix< Rows, Cols, Type > &rhs)   Matrix< Rows, Cols, Type > & operator-= (const Matrix< Rows, Cols, Type > &rhs) @@ -152,13 +177,11 @@ Public Member Functions Additional Inherited Members - Protected Attributes inherited from yage::Matrix< Rows, 1, Type > std::vector< Type > data_ - Vector containing the data of the matrix. More...
+ Vector containing the data of the matrix. More...
 

Constructor & Destructor Documentation

- -

◆ Vector() [1/3]

- +
@@ -183,9 +206,7 @@ template<int Rows = 2, class Type = double>
- -

◆ Vector() [2/3]

- +
@@ -211,9 +232,7 @@ template<int Rows = 2, class Type = double>
- -

◆ Vector() [3/3]

- +
@@ -240,9 +259,7 @@ template<int Rows = 2, class Type = double>

Member Function Documentation

- -

◆ operator[]() [1/2]

- +
@@ -268,9 +285,7 @@ template<int Rows = 2, class Type = double>
- -

◆ operator[]() [2/2]

- +
@@ -296,9 +311,7 @@ template<int Rows = 2, class Type = double>
- -

◆ toString()

- +
@@ -322,7 +335,7 @@ template<int Rows = 2, class Type = double>
Bug:
When printing certain matrices, it omits a row or column. Still need to determine under which conditions.
-

Reimplemented from yage::Matrix< Rows, 1, Type >.

+

Reimplemented from yage::Matrix< Rows, 1, Type >.

@@ -335,9 +348,9 @@ template<int Rows = 2, class Type = double> -- cgit