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 very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

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