added space

This commit is contained in:
2025-09-17 17:33:05 +03:00
parent 8aeb4667d7
commit 68ec42d9ed

View File

@@ -378,6 +378,7 @@ namespace omath
}
return result;
}
template<size_t OtherColumns> [[nodiscard]]
constexpr Mat<Rows, OtherColumns, Type, MatStoreType::COLUMN_MAJOR> cache_friendly_multiply_col_major(
const Mat<Columns, OtherColumns, Type, MatStoreType::COLUMN_MAJOR>& other) const