Function lapack::c::zunmql_work
[−]
[src]
pub fn zunmql_work(layout: Layout, side: u8, trans: u8, m: i32, n: i32, k: i32, a: &[c64], lda: i32, tau: &[c64], c: &mut [c64], ldc: i32, work: &mut [c64], lwork: i32) -> i32