pub type DSYR2K<'a, 'b, 'c> = SYR2K<'a, 'b, 'c, f64>;
pub struct DSYR2K<'a, 'b, 'c> { /* private fields */ }