Language

Package: rust-matrixmultiply @ 0.1.15

Synopsis

General matrix multiplication for f32 and f64 matrices

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.

Home page
https://github.com/bluss/matrixmultiply/
Location
gnu/packages/crates-io.scm (line: 6034, column: 2)
Licenses

Lint warnings

LinterMessageLocation
No lint warnings