Function lapack::c::sgglse_work [] [src]

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