Function lapack::cposvxx [] [src]

pub fn cposvxx(fact: u8, uplo: u8, n: usize, nrhs: usize, a: &mut [c32], lda: usize, af: &mut [c32], ldaf: usize, equed: &mut u8, s: &mut [f32], b: &mut [c32], ldb: usize, x: &mut [c32], ldx: usize, rcond: &mut [f32], rpvgrw: &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], info: &mut i32)