matrixmultiply 0.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.
Documentation

matrixmultiply

There is currently very little information to present on this page because Docs.rs has only limited support for extracting structured feature metadata from Cargo crates. This issue is tracked in Rust RFC #3416. Check this library's main docs, readme, and Cargo.toml in case its authors have documentation for features available there instead.

This version has 8 feature flags, 2 of them enabled by default.

default

avx512 (default)

This feature flag does not enable additional features.

std (default)

This feature flag does not enable additional features.

cgemm

This feature flag does not enable additional features.

constconf

This feature flag does not enable additional features.

num_cpus

once_cell

thread-tree

threading