matrixmultiply
crates.io v0.3.101,513,226 weekly downloads · 4 Dependencies
Source data as of:
Summary
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 AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to…
cargo add matrixmultiply
- Ecosystemcrates.io
- Version0.3.10
- Weekly downloads1,513,226
- License—
- Dependencies4
- Last release2025-05-12
- First published2016-03-28
Registry values
Reproduced verbatim from the official registry, with the source named on each value.
Description
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 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.
Registry-supplied description, cleaned to plain text. Source: crates.io (Rust).
Show original (raw) description
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 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.
Derived indices (computation method published)
Quanteta-computed from the registry values below. This is a derived index, not a measured registry metric. See the formula on the Data & Sources page.