pub type GEMM<'a, 'b, 'c, F> = GEMM_Builder<'a, 'b, 'c, F>;
pub struct GEMM<'a, 'b, 'c, F> { /* private fields */ }