Function zungql_

Source
pub unsafe extern "C" fn zungql_(
    m: *mut c_int,
    n: *mut c_int,
    k: *mut c_int,
    a: *mut Rcomplex,
    lda: *mut c_int,
    tau: *mut Rcomplex,
    work: *mut Rcomplex,
    lwork: *mut c_int,
    info: *mut c_int,
)