$ matrixmultiply

v0.3.11

General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses SIMD features on x86/x86-64 and AArch64 transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading.

Downloads: 118.3M
Recent: 23.5M
Versions: 33
Updated: July 14, 2026

Patch update: 0.3.10 → 0.3.11

$ DOWNLOADS TREND

60.4M118.3M

$ VERSION HISTORY

v0.3.11July 14, 2026
v0.3.10May 12, 2025

$ LINKS

$ INSTALL

cargo add matrixmultiply

Or add to Cargo.toml: matrixmultiply = "0.3.11"