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