Function zgeru_

Source
pub unsafe extern "C" fn zgeru_(
    m: *mut c_int,
    n: *mut c_int,
    alpha: *mut Rcomplex,
    x: *mut Rcomplex,
    incx: *mut c_int,
    y: *mut Rcomplex,
    incy: *mut c_int,
    a: *mut Rcomplex,
    lda: *mut c_int,
)