From 88d988c7159ea54666161f4c6459970c18d0dfd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 16 Aug 2012 15:57:54 +0200 Subject: [PATCH] Added Type and Size members to Matrix. --- src/Math/Matrix.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Math/Matrix.h b/src/Math/Matrix.h index a3e2609fe..1afc00846 100644 --- a/src/Math/Matrix.h +++ b/src/Math/Matrix.h @@ -41,6 +41,9 @@ template class Matrix { friend class Matrix; /* for ij() */ public: + const static size_t Size = size; /**< @brief %Matrix size */ + typedef T Type; /**< @brief %Matrix data type */ + /** * @brief %Matrix from array * @return Reference to the data as if it was Matrix, thus doesn't