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