Function bli_sger

Source
pub unsafe extern "C" fn bli_sger(
    conjx: conj_t,
    conjy: conj_t,
    m: dim_t,
    n: dim_t,
    alpha: *mut f32,
    x: *mut f32,
    incx: inc_t,
    y: *mut f32,
    incy: inc_t,
    a: *mut f32,
    rs_a: inc_t,
    cs_a: inc_t,
)