Function lapack::c::dgbrfs [] [src]

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