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