Function lapack::c::sgerfs_work [] [src]

pub fn sgerfs_work(layout: Layout, trans: u8, n: i32, nrhs: i32, a: &[f32], lda: i32, af: &[f32], ldaf: i32, ipiv: &[i32], b: &[f32], ldb: i32, x: &mut [f32], ldx: i32, ferr: &mut [f32], berr: &mut [f32], work: &mut [f32], iwork: &mut [i32]) -> i32