Function lapack::dsysvx [] [src]

pub fn dsysvx(fact: u8, uplo: u8, n: usize, nrhs: usize, a: &[f64], lda: usize, af: &mut [f64], ldaf: usize, ipiv: &mut [i32], b: &[f64], ldb: usize, x: &mut [f64], ldx: usize, rcond: &mut [f64], ferr: &mut [f64], berr: &mut [f64], work: &mut [f64], lwork: usize, iwork: &mut [i32], info: &mut i32)