mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +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.