Registry / utility / gemm-common

gemm-common

JSON →
library0.19.0rscratesunverified

Playground for matrix multiplication algorithms, providing common types and utilities.

# Cargo.toml [dependencies] gemm-common = "0.19.0"
INSTALL
IMPORT
SIG · GEMM-COMMON
G
gemm-common
utilityrustv0.19.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Matrix
use gemm_common::Matrix;

Create and print a matrix using gemm-common.

use gemm_common::Matrix; fn main() { let a = Matrix::new(2, 3, vec![1.0, 2.0, 3.0, 4.0, 5.0, 6.0]); println!("Matrix: {:?}", a); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.19.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gemm-common — cargo add gemm-common · libregistry