Type Alias DSYRK

Source
pub type DSYRK<'a, 'c> = SYRK<'a, 'c, f64>;

Aliased Typeยง

pub struct DSYRK<'a, 'c> { /* private fields */ }