Type Alias CGEMV

Source
pub type CGEMV<'a, 'x, 'y> = GEMV<'a, 'x, 'y, c32>;

Aliased Typeยง

struct CGEMV<'a, 'x, 'y> { /* private fields */ }