diff --git a/src/Math/Matrix.h b/src/Math/Matrix.h index 263185396..1e7f0a4c6 100644 --- a/src/Math/Matrix.h +++ b/src/Math/Matrix.h @@ -39,8 +39,6 @@ namespace Implementation { template class Matrix { static_assert(size != 0, "Matrix cannot have zero elements"); - friend class Matrix; /* for ij() */ - public: const static size_t Size = size; /**< @brief %Matrix size */ typedef T Type; /**< @brief %Matrix data type */