Function lapack::dgerfsx [] [src]

pub fn dgerfsx(trans: u8, equed: u8, n: usize, nrhs: usize, a: &[f64], lda: usize, af: &[f64], ldaf: usize, ipiv: &[i32], r: &[f64], c: &[f64], b: &[f64], ldb: usize, x: &mut [f64], ldx: usize, rcond: &mut [f64], berr: &mut [f64], n_err_bnds: &[i32], err_bnds_norm: &mut [f64], err_bnds_comp: &mut [f64], nparams: &[i32], params: &mut [f64], work: &mut [f64], iwork: &mut [i32], info: &mut i32)