Function lapack::c::sgbrfs [] [src]

pub fn sgbrfs(layout: Layout, trans: u8, n: i32, kl: i32, ku: i32, nrhs: i32, ab: &[f32], ldab: i32, afb: &[f32], ldafb: i32, ipiv: &[i32], b: &[f32], ldb: i32, x: &mut [f32], ldx: i32, ferr: &mut [f32], berr: &mut [f32]) -> i32