microgemm 0.2.0-alpha

General matrix multiplication with custom configuration in Rust. Supports no_std and no_alloc environments.
Documentation
[[bench]]
harness = false
name = "gemm_f32"
[dependencies.generic-array]
default-features = false
version = "1.0.0"

[dependencies.num-traits]
default-features = false
version = "0.2.17"
[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.criterion]
default-features = false
version = "0.5.1"

[dev-dependencies.faer-core]
default-features = false
version = "0.16.0"

[dev-dependencies.matrixmultiply]
default-features = false
version = "0.3.8"

[dev-dependencies.rand]
version = "0.8.5"

[package]
authors = ["cospectrum"]
categories = ["science", "mathematics", "wasm", "no-std", "no-std::no-alloc"]
description = "General matrix multiplication with custom configuration in Rust.\nSupports no_std and no_alloc environments.\n"
edition = "2021"
keywords = ["gemm", "matrix", "linear-algebra", "math"]
license = "MIT OR Apache-2.0"
name = "microgemm"
readme = "README.md"
repository = "https://github.com/cospectrum/microgemm"
rust-version = "1.65.0"
version = "0.2.0-alpha"