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