pub type ZGEMV<'a, 'x, 'y> = GEMV<'a, 'x, 'y, c64>;
struct ZGEMV<'a, 'x, 'y> { /* private fields */ }