1 2 3 4 5 6 7 8 9
pub mod gemm; pub mod symm; pub mod syr2k; pub mod syrk; pub mod trmm; pub mod trsm; #[cfg(feature = "gemmt")] pub mod gemmt;