Binary package “librust-matrixmultiply-dev” in ubuntu noble

General matrix multiplication for f32 and f64 matrices - Rust source code

 Operates on matrices with general layout (they can use arbitrary row and column
 stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher
 performance. Uses a microkernel strategy, so that the implementation is easy to
 parallelize and optimize.
 Supports multithreading.
 .
 Source code for Debianized Rust crate "matrixmultiply"