SGEMM

Type Alias SGEMM 

Source
pub type SGEMM<'a, 'b, 'c> = GEMM<'a, 'b, 'c, f32>;

Aliased Typeยง

pub struct SGEMM<'a, 'b, 'c> { /* private fields */ }