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