Function lapack::c::zgbsvxx [] [src]

pub fn zgbsvxx(layout: Layout, fact: u8, trans: u8, n: i32, kl: i32, ku: i32, nrhs: i32, ab: &mut [c64], ldab: i32, afb: &mut [c64], ldafb: i32, ipiv: &mut [i32], equed: &mut u8, r: &mut [f64], c: &mut [f64], b: &mut [c64], ldb: i32, x: &mut [c64], ldx: i32, rcond: &mut f64, rpvgrw: &mut f64, berr: &mut [f64], n_err_bnds: i32, err_bnds_norm: &mut [f64], err_bnds_comp: &mut [f64], nparams: i32, params: &mut [f64]) -> i32