Function cblas_cgerc

Source
pub unsafe extern "C" fn cblas_cgerc(
    order: Order,
    m: c_int,
    n: c_int,
    alpha: *const c_void,
    x: *const c_void,
    inc_x: c_int,
    y: *const c_void,
    inc_y: c_int,
    a: *mut c_void,
    lda: c_int,
)