matrixmultiply 0.3.2

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.
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

  • std

std

    This feature flag does not enable additional features.

threading

  • thread-tree
  • std
  • once_cell
  • num_cpus

thread-tree

    This feature flag does not enable additional features.

num_cpus

    This feature flag does not enable additional features.

constconf

    This feature flag does not enable additional features.

once_cell

    This feature flag does not enable additional features.

cgemm

    This feature flag does not enable additional features.