Function lapack::sposvx [] [src]

pub fn sposvx(fact: u8, uplo: u8, n: usize, nrhs: usize, a: &mut [f32], lda: usize, af: &mut [f32], ldaf: usize, equed: &mut u8, s: &mut [f32], b: &mut [f32], ldb: usize, x: &mut [f32], ldx: usize, rcond: &mut [f32], ferr: &mut [f32], berr: &mut [f32], work: &mut [f32], iwork: &mut [i32], info: &mut i32)