Function lapack::fortran::dggqrf [] [src]

pub fn dggqrf(n: i32, m: i32, p: i32, a: &mut [f64], lda: i32, taua: &mut [f64], b: &mut [f64], ldb: i32, taub: &mut [f64], work: &mut [f64], lwork: i32, info: &mut i32)