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