Function lapack::c::sposvxx_work
[−]
[src]
pub fn sposvxx_work(layout: Layout, fact: u8, uplo: u8, n: i32, nrhs: i32, a: &mut [f32], lda: i32, af: &mut [f32], ldaf: i32, equed: &mut u8, s: &mut [f32], b: &mut [f32], ldb: i32, x: &mut [f32], ldx: i32, 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 [f32], iwork: &mut [i32]) -> i32