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