Type Alias GEMM

Source
pub type GEMM<'a, 'b, 'c, F> = GEMM_Builder<'a, 'b, 'c, F>;

Aliased Typeยง

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