From 68ec42d9ed955f1a1a30bb8f59c135a0e145ebd2 Mon Sep 17 00:00:00 2001 From: Orange Date: Wed, 17 Sep 2025 17:33:05 +0300 Subject: [PATCH] added space --- 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 2d25584..096345c 100644 --- a/include/omath/linear_algebra/mat.hpp +++ b/include/omath/linear_algebra/mat.hpp @@ -378,6 +378,7 @@ namespace omath } return result; } + template [[nodiscard]] constexpr Mat cache_friendly_multiply_col_major( const Mat& other) const