matrixmultiply

Crates.iomatrixmultiply
lib.rsmatrixmultiply
version
sourcesrc
created_at2016-03-28 21:26:28.910493
updated_at2024-07-27 14:32:50.303402
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
Cargo.toml error:TOML parse error at line 31, column 10 | 31 | readme = false | ^^^^^ invalid type: boolean `false`, expected a string
size0
maintainers (github:rust-bus:maintainers)

documentation

https://docs.rs/matrixmultiply/

README

Commit count: 344

cargo fmt