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