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