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