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