Function lapack::dspsvx [] [src]

pub fn dspsvx(fact: u8, uplo: u8, n: usize, nrhs: usize, ap: &[f64], afp: &mut [f64], ipiv: &mut [i32], b: &[f64], ldb: usize, x: &mut [f64], ldx: usize, rcond: &mut f64, ferr: &mut [f64], berr: &mut [f64], work: &mut [f64], iwork: &mut [i32], info: &mut i32)