From 2c7e443f521e59a6c9592cee529f194cb822a74a Mon Sep 17 00:00:00 2001 From: Orange Date: Thu, 23 Oct 2025 00:53:38 +0300 Subject: [PATCH] added contained type alias --- include/omath/linear_algebra/mat.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/omath/linear_algebra/mat.hpp b/include/omath/linear_algebra/mat.hpp index a272118..75c4848 100644 --- a/include/omath/linear_algebra/mat.hpp +++ b/include/omath/linear_algebra/mat.hpp @@ -39,6 +39,7 @@ namespace omath class Mat final { public: + using ContainedType = Type; constexpr Mat() noexcept { clear();