From c7dad1e929c0101386fbcdaa194e402d68f74752 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 22:56:53 +0100 Subject: Updating docs --- classyage_1_1Matrix-members.html | 53 ++++++++++++++++++++++++++++++---------- 1 file changed, 40 insertions(+), 13 deletions(-) (limited to 'classyage_1_1Matrix-members.html') diff --git a/classyage_1_1Matrix-members.html b/classyage_1_1Matrix-members.html index 266b0cc6..3a5780c4 100644 --- a/classyage_1_1Matrix-members.html +++ b/classyage_1_1Matrix-members.html @@ -9,6 +9,13 @@ + + + + + @@ -44,6 +51,21 @@ $(function() { }); + +
+ +
+
+
+ +
- -
yage::Matrix< Rows, Cols, Type > Member List
@@ -74,17 +91,27 @@ $(function() { begin()yage::Matrix< Rows, Cols, Type >inline colSize() constyage::Matrix< Rows, Cols, Type >inline data_yage::Matrix< Rows, Cols, Type >protected - end()yage::Matrix< Rows, Cols, Type >inline + detail::Row< Rows, Cols, Type > classyage::Matrix< Rows, Cols, Type >friend + end()yage::Matrix< Rows, Cols, Type >inline + getCol(int col) constyage::Matrix< Rows, Cols, Type >inline getRow(int row) constyage::Matrix< Rows, Cols, Type >inline Matrix()yage::Matrix< Rows, Cols, Type >inline - rowSize() constyage::Matrix< Rows, Cols, Type >inline - toString() constyage::Matrix< Rows, Cols, Type >inlinevirtual + Matrix(const std::vector< Type > &data)yage::Matrix< Rows, Cols, Type >inline + operator+=(const Matrix< Rows, Cols, Type > &rhs)yage::Matrix< Rows, Cols, Type >inline + operator-=(const Matrix< Rows, Cols, Type > &rhs)yage::Matrix< Rows, Cols, Type >inline + operator[](int row)yage::Matrix< Rows, Cols, Type >inline + operator[](int row) constyage::Matrix< Rows, Cols, Type >inline + rowSize() constyage::Matrix< Rows, Cols, Type >inline + toString() constyage::Matrix< Rows, Cols, Type >inlinevirtual
+ - + -- cgit