Type Alias CGEMM

Source
pub type CGEMM<'a, 'b, 'c> = GEMM<'a, 'b, 'c, c32>;

Aliased Typeยง

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