Function lapack::c::cherfsx_work [] [src]

pub fn cherfsx_work(layout: Layout, uplo: u8, equed: u8, n: i32, nrhs: i32, a: &[c32], lda: i32, af: &[c32], ldaf: i32, ipiv: &[i32], s: &[f32], b: &[c32], ldb: i32, x: &mut [c32], ldx: i32, rcond: &mut f32, berr: &mut [f32], n_err_bnds: i32, err_bnds_norm: &mut [f32], err_bnds_comp: &mut [f32], nparams: i32, params: &mut [f32], work: &mut [c32], rwork: &mut [f32]) -> i32