Function lapack_sys::cunmqr_[][src]

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