Function lapack::c::dgglse_work [] [src]

pub fn dgglse_work(layout: Layout, m: i32, n: i32, p: i32, a: &mut [f64], lda: i32, b: &mut [f64], ldb: i32, c: &mut [f64], d: &mut [f64], x: &mut [f64], work: &mut [f64], lwork: i32) -> i32