Function lapack::fortran::cunmlq
[−]
[src]
pub fn cunmlq(side: u8, trans: u8, m: i32, n: i32, k: i32, a: &[c32], lda: i32, tau: &[c32], c: &mut [c32], ldc: i32, work: &mut [c32], lwork: i32, info: &mut i32)