Function libR_sys::zgerc_

source ·
pub unsafe extern "C" fn zgerc_(
    m: *const c_int,
    n: *const c_int,
    alpha: *const Rcomplex,
    x: *const Rcomplex,
    incx: *const c_int,
    y: *const Rcomplex,
    incy: *const c_int,
    a: *mut Rcomplex,
    lda: *const c_int
)