Function ssyr2_

Source
pub unsafe extern "C" fn ssyr2_(
    uploa: *const f77_char,
    m: *const f77_int,
    alpha: *const f32,
    x: *const f32,
    incx: *const f77_int,
    y: *const f32,
    incy: *const f77_int,
    a: *mut f32,
    lda: *const f77_int,
)