Type Alias CSYRK

Source
pub type CSYRK<'a, 'c> = SYRK<'a, 'c, c32>;

Aliased Typeยง

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