Function lapack_sys::cungrq_[][src]

pub unsafe extern "C" fn cungrq_(
    m: *const c_int,
    n: *const c_int,
    k: *const c_int,
    A: *mut __BindgenComplex<f32>,
    lda: *const c_int,
    tau: *const __BindgenComplex<f32>,
    work: *mut __BindgenComplex<f32>,
    lwork: *const c_int,
    info: *mut c_int
)