matrixmultiply 0.3.8

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

once_cell

  • dep:once_cell

num_cpus

  • dep:num_cpus

thread-tree

  • dep:thread-tree

cgemm

    This feature flag does not enable additional features.

constconf

    This feature flag does not enable additional features.