zgeqr2_

Function zgeqr2_ 

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