matrixmultiply

Crates.iomatrixmultiply
lib.rsmatrixmultiply
version0.3.8
sourcesrc
created_at2016-03-28 21:26:28.910493
updated_at2023-09-21 08:26:30.335853
descriptionGeneral 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.
homepage
repositoryhttps://github.com/bluss/matrixmultiply/
max_upload_size
id4595
size246,807
maintainers (github:rust-bus:maintainers)

documentation

https://docs.rs/matrixmultiply/

README

Commit count: 344

cargo fmt