From d7364eb89f81fa770bc3658a93917412baa020df Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 24 Aug 2017 00:24:58 +0100 Subject: Updating docs --- classyage_1_1Vector2.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'classyage_1_1Vector2.html') diff --git a/classyage_1_1Vector2.html b/classyage_1_1Vector2.html index 38c7799e..415d12ba 100644 --- a/classyage_1_1Vector2.html +++ b/classyage_1_1Vector2.html @@ -133,9 +133,9 @@ Public Member Functions   const Type & operator[] (int col) const   -std::string toString () const override override override - prints out the matrix, but can also be implemented by other classes to print data differently More...
-  +std::string toString () const override + 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...
@@ -420,7 +420,7 @@ template<class Type = double>