lapack_sys::fortran::cunmhr_ [] [src]

pub unsafe extern fn cunmhr_(side: *const c_char, trans: *const c_char, m: *const c_int, n: *const c_int, ilo: *const c_int, ihi: *const c_int, a: *const c_float_complex, lda: *const c_int, tau: *const c_float_complex, c: *mut c_float_complex, ldc: *const c_int, work: *mut c_float_complex, lwork: *const c_int, info: *mut c_int)