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