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