pub type SYRK<'a, 'c, F> = SYRK_Builder<'a, 'c, F>;
pub struct SYRK<'a, 'c, F> { /* private fields */ }