mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-19 01:23:27 +00:00
Optimizes matrix multiplication by specializing the algorithm based on the matrix storage type (row-major or column-major). This change significantly improves performance by leveraging memory access patterns specific to each storage order.