Type Alias ZGEMM

Source
pub type ZGEMM<'a, 'b, 'c> = GEMM<'a, 'b, 'c, c64>;

Aliased Typeยง

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