cospectrum / microgemm

General matrix multiplication with custom configuration in Rust. Supports no_std and no_alloc environments.
Apache License 2.0
6 stars 1 forks source link

Changes to the matrix public api #18

Closed cospectrum closed 9 months ago

cospectrum commented 9 months ago

Remove Layout, with_values. Add as_ptr, as_mut_ptr, row_major/col_major.