lapack_sys::cunmqr_ [] [src]

pub unsafe extern fn cunmqr_(side: *const c_char, trans: *const c_char, m: *const c_int, n: *const c_int, k: *const c_int, a: *const complex_float, lda: *const c_int, tau: *const complex_float, c: *mut complex_float, ldc: *const c_int, work: *mut complex_float, lwork: *const c_int, info: *mut c_int)